File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
3532gem 'que-web'
3633
3734gem '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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
65require_relative 'config/application'
76
87Rails . application . load_tasks
You can’t perform that action at this time.
0 commit comments