Skip to content

Commit 91ffd41

Browse files
authored
Merge pull request #514 from 3scale/remove-capistrano
🧹 Remove bugsnag-capistrano dependency and update licenses
2 parents 91683b6 + e40c9d2 commit 91ffd41

4 files changed

Lines changed: 71 additions & 106 deletions

File tree

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ gem 'puma', '~> 5.2'
1818
# Use ActiveModel has_secure_password
1919
# gem 'bcrypt', '~> 3.1.7'
2020

21-
# Use Capistrano for deployment
22-
# gem 'capistrano-rails', group: :development
23-
2421
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
2522
# gem 'rack-cors'
2623

@@ -35,9 +32,6 @@ gem 'que', '~> 2.2.1'
3532
gem 'que-web'
3633

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

4236
# This fork allows setting SSL_CERT_FILE and SSL_CERT_DIR
4337
# https://github.com/nahi/httpclient/issues/369

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ GEM
8888
msgpack (~> 1.2)
8989
bugsnag (6.19.0)
9090
concurrent-ruby (~> 1.0)
91-
bugsnag-capistrano (1.1.2)
9291
builder (3.2.4)
9392
byebug (11.1.3)
9493
codecov (0.4.3)
@@ -366,7 +365,6 @@ DEPENDENCIES
366365
activerecord-pg_enum
367366
bootsnap (>= 1.4.4)
368367
bugsnag
369-
bugsnag-capistrano (< 2)
370368
codecov
371369
httpclient!
372370
k8s-ruby

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Add your own tasks in files placed in lib/tasks ending in .rake,
33
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
44

5-
require 'bugsnag-capistrano/tasks'
65
require_relative 'config/application'
76

87
Rails.application.load_tasks

0 commit comments

Comments
 (0)