Gemfile in bugsnag-capistrano-1.1.2 vs Gemfile in bugsnag-capistrano-2.0.0

- old
+ new

@@ -8,10 +8,6 @@ gem 'addressable', '~>2.3.8' gem 'webmock', RUBY_VERSION <= '1.9.3' ? '2.3.2': '>2.3.2' gem 'capistrano', ENV['CAP_2_TEST'] == 'true' ? '~> 2.15.0': '~> 3.9.0' end -group :bugsnag, optional: true do - gem 'bugsnag', '~> 6.0' -end - gemspec