Skip to content

Commit d031609

Browse files
committed
require bugsnag only in production
1 parent 11ad458 commit d031609

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ group :test do
184184
gem 'stripe-ruby-mock', git: 'https://github.com/rebelidealist/stripe-ruby-mock', branch: 'live-tests'
185185
end
186186

187-
gem 'bugsnag'
188187
group :production do
189188
gem 'newrelic_rpm'
190189
gem 'puma'
191190
gem 'rails_12factor'
192191
gem 'heroku-deflater'
192+
gem 'bugsnag'
193193
end

config/initializers/bugsnag.rb

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)