diff --git a/Gemfile b/Gemfile index 99e0f7c..cc9e98e 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,10 @@ gem 'pivotal-tracker' gem 'ruby-fogbugz', :require => 'fogbugz' gem 'inherited_resources' +group :production do + gem 'hoptoad_notifier', "~> 2.3" +end + platform :ruby do gem 'bson_ext', '~> 1.3.1' end diff --git a/Gemfile.lock b/Gemfile.lock index ab19a3b..5fec1a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,6 +64,9 @@ GEM happymapper (0.3.2) libxml-ruby (~> 1.1.3) has_scope (0.5.1) + hoptoad_notifier (2.4.11) + activesupport + builder i18n (0.5.0) inherited_resources (1.2.2) has_scope (~> 0.5.0) @@ -184,6 +187,7 @@ DEPENDENCIES email_spec factory_girl_rails haml + hoptoad_notifier (~> 2.3) inherited_resources lighthouse-api mongoid (= 2.0.2) -- libgit2 0.21.2