Commit 0e8f9ea02601e9b5bc9e64b3a3c8602186a988f6
1 parent
c488c206
Exists in
master
and in
1 other branch
Updated hoptoad_notifier gem to ~> 2.4. It is also smart enough by itself to not…
… send errors in development environment
Showing
2 changed files
with
2 additions
and
5 deletions
Show diff stats
Gemfile
... | ... | @@ -15,10 +15,7 @@ gem 'ruby-fogbugz', :require => 'fogbugz' |
15 | 15 | gem 'octokit' |
16 | 16 | gem 'inherited_resources' |
17 | 17 | gem 'SystemTimer', :platform => :ruby_18 |
18 | - | |
19 | -group :production do | |
20 | - gem 'hoptoad_notifier', "~> 2.3" | |
21 | -end | |
18 | +gem 'hoptoad_notifier', "~> 2.4" | |
22 | 19 | |
23 | 20 | platform :ruby do |
24 | 21 | gem 'bson_ext', '~> 1.3.1' | ... | ... |