Commit 1af37a8fb8170e957255439a2f6b8ad86a771822

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

Added hoptoad_notifier gem

Showing 2 changed files with 8 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -14,6 +14,10 @@ gem 'pivotal-tracker'
14 14 gem 'ruby-fogbugz', :require => 'fogbugz'
15 15 gem 'inherited_resources'
16 16  
  17 +group :production do
  18 + gem 'hoptoad_notifier', "~> 2.3"
  19 +end
  20 +
17 21 platform :ruby do
18 22 gem 'bson_ext', '~> 1.3.1'
19 23 end
... ...
Gemfile.lock
... ... @@ -64,6 +64,9 @@ GEM
64 64 happymapper (0.3.2)
65 65 libxml-ruby (~> 1.1.3)
66 66 has_scope (0.5.1)
  67 + hoptoad_notifier (2.4.11)
  68 + activesupport
  69 + builder
67 70 i18n (0.5.0)
68 71 inherited_resources (1.2.2)
69 72 has_scope (~> 0.5.0)
... ... @@ -184,6 +187,7 @@ DEPENDENCIES
184 187 email_spec
185 188 factory_girl_rails
186 189 haml
  190 + hoptoad_notifier (~> 2.3)
187 191 inherited_resources
188 192 lighthouse-api
189 193 mongoid (= 2.0.2)
... ...