Commit 0e8f9ea02601e9b5bc9e64b3a3c8602186a988f6

Authored by Nathan Broadbent
1 parent c488c206
Exists in master and in 1 other branch production

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'
... ...
Gemfile.lock
... ... @@ -207,7 +207,7 @@ DEPENDENCIES
207 207 email_spec
208 208 factory_girl_rails
209 209 haml
210   - hoptoad_notifier (~> 2.3)
  210 + hoptoad_notifier (~> 2.4)
211 211 inherited_resources
212 212 lighthouse-api
213 213 mongoid (= 2.1.2)
... ...