Commit 533a7572498213cb432731b84c6f7ce27ebf5192
1 parent
3e132ada
Exists in
master
and in
1 other branch
Added comment RE: hoptoad_notifier gem [ci skip]
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -27,7 +27,6 @@ gem 'octokit', '~> 1.0.0' |
27 | 27 | |
28 | 28 | gem 'inherited_resources' |
29 | 29 | gem 'SystemTimer', :platform => :ruby_18 |
30 | -gem 'hoptoad_notifier', "~> 2.4" | |
31 | 30 | gem 'actionmailer_inline_css', "~> 1.3.0" |
32 | 31 | gem 'kaminari' |
33 | 32 | gem 'rack-ssl-enforcer' |
... | ... | @@ -35,6 +34,10 @@ gem 'fabrication', "~> 1.3.0" # Both for tests, and loading demo data |
35 | 34 | gem 'rails_autolink', '~> 1.0.9' |
36 | 35 | gem 'campy' |
37 | 36 | |
37 | +# Please don't update this to airbrake - We override the send_notice method | |
38 | +# to handle internal errors. | |
39 | +gem 'hoptoad_notifier', "~> 2.4" | |
40 | + | |
38 | 41 | platform :ruby do |
39 | 42 | gem 'mongo', '= 1.6.2' |
40 | 43 | gem 'bson', '= 1.6.2' | ... | ... |