Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sethherr committed Mar 7, 2025
1 parent b66ba71 commit fb99727
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 256 deletions.
251 changes: 0 additions & 251 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
steps:
- name: Deploy to Cloud66 production
run: |
curl --insecure -X POST -d "" https://hooks.cloud66.com/stacks/redeploy/${{ secrets.CLOUD66_REDEPLOYMENT_PATH }}
curl --insecure -X POST -d "" https://hooks.cloud66.com/stacks/redeploy/${{ secrets.CLOUD66_REDEPLOYMENT_KEY }}
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ group :development, :test do
gem "pry-rails"
gem "rspec"
gem "rspec-rails"
gem "rspec_junit_formatter" # For circle ci
gem "standard" # Ruby linter
# I18n - localization/translation
gem "i18n-tasks"
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,6 @@ GEM
rspec-core (~> 3.0, >= 3.0.0)
sidekiq (>= 2.4.0)
rspec-support (3.13.2)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -906,7 +904,6 @@ DEPENDENCIES
rspec-rails
rspec-retry
rspec-sidekiq
rspec_junit_formatter
ruby-vips
secure_headers (~> 2.5.0)
selenium-webdriver
Expand Down

0 comments on commit fb99727

Please sign in to comment.