Skip to content

Commit

Permalink
Merge pull request #514 from 3scale/remove-capistrano
Browse files Browse the repository at this point in the history
🧹 Remove bugsnag-capistrano dependency and update licenses
  • Loading branch information
mayorova authored Aug 1, 2023
2 parents 91683b6 + e40c9d2 commit 91ffd41
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 106 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ gem 'puma', '~> 5.2'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem 'rack-cors'

Expand All @@ -35,9 +32,6 @@ gem 'que', '~> 2.2.1'
gem 'que-web'

gem 'bugsnag'
# bugsnag-capistrano 2.x does not have a rake task to report deploys
# https://github.com/bugsnag/bugsnag-capistrano/blob/8bcfb27cf6eaff312eef086cce729d553a431460/UPGRADING.md
gem 'bugsnag-capistrano', '< 2', require: false

# This fork allows setting SSL_CERT_FILE and SSL_CERT_DIR
# https://github.com/nahi/httpclient/issues/369
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ GEM
msgpack (~> 1.2)
bugsnag (6.19.0)
concurrent-ruby (~> 1.0)
bugsnag-capistrano (1.1.2)
builder (3.2.4)
byebug (11.1.3)
codecov (0.4.3)
Expand Down Expand Up @@ -366,7 +365,6 @@ DEPENDENCIES
activerecord-pg_enum
bootsnap (>= 1.4.4)
bugsnag
bugsnag-capistrano (< 2)
codecov
httpclient!
k8s-ruby
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require 'bugsnag-capistrano/tasks'
require_relative 'config/application'

Rails.application.load_tasks
Loading

0 comments on commit 91ffd41

Please sign in to comment.