Commit 1af37a8fb8170e957255439a2f6b8ad86a771822
1 parent
3f18f434
Exists in
master
and in
1 other branch
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,6 +14,10 @@ gem 'pivotal-tracker' | ||
14 | gem 'ruby-fogbugz', :require => 'fogbugz' | 14 | gem 'ruby-fogbugz', :require => 'fogbugz' |
15 | gem 'inherited_resources' | 15 | gem 'inherited_resources' |
16 | 16 | ||
17 | +group :production do | ||
18 | + gem 'hoptoad_notifier', "~> 2.3" | ||
19 | +end | ||
20 | + | ||
17 | platform :ruby do | 21 | platform :ruby do |
18 | gem 'bson_ext', '~> 1.3.1' | 22 | gem 'bson_ext', '~> 1.3.1' |
19 | end | 23 | end |
Gemfile.lock
@@ -64,6 +64,9 @@ GEM | @@ -64,6 +64,9 @@ GEM | ||
64 | happymapper (0.3.2) | 64 | happymapper (0.3.2) |
65 | libxml-ruby (~> 1.1.3) | 65 | libxml-ruby (~> 1.1.3) |
66 | has_scope (0.5.1) | 66 | has_scope (0.5.1) |
67 | + hoptoad_notifier (2.4.11) | ||
68 | + activesupport | ||
69 | + builder | ||
67 | i18n (0.5.0) | 70 | i18n (0.5.0) |
68 | inherited_resources (1.2.2) | 71 | inherited_resources (1.2.2) |
69 | has_scope (~> 0.5.0) | 72 | has_scope (~> 0.5.0) |
@@ -184,6 +187,7 @@ DEPENDENCIES | @@ -184,6 +187,7 @@ DEPENDENCIES | ||
184 | email_spec | 187 | email_spec |
185 | factory_girl_rails | 188 | factory_girl_rails |
186 | haml | 189 | haml |
190 | + hoptoad_notifier (~> 2.3) | ||
187 | inherited_resources | 191 | inherited_resources |
188 | lighthouse-api | 192 | lighthouse-api |
189 | mongoid (= 2.0.2) | 193 | mongoid (= 2.0.2) |