From 533a7572498213cb432731b84c6f7ce27ebf5192 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 19 Sep 2012 16:37:11 +1200 Subject: [PATCH] Added comment RE: hoptoad_notifier gem [ci skip] --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6cb6ec6..a5eeca3 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,6 @@ gem 'octokit', '~> 1.0.0' gem 'inherited_resources' gem 'SystemTimer', :platform => :ruby_18 -gem 'hoptoad_notifier', "~> 2.4" gem 'actionmailer_inline_css', "~> 1.3.0" gem 'kaminari' gem 'rack-ssl-enforcer' @@ -35,6 +34,10 @@ gem 'fabrication', "~> 1.3.0" # Both for tests, and loading demo data gem 'rails_autolink', '~> 1.0.9' gem 'campy' +# Please don't update this to airbrake - We override the send_notice method +# to handle internal errors. +gem 'hoptoad_notifier', "~> 2.4" + platform :ruby do gem 'mongo', '= 1.6.2' gem 'bson', '= 1.6.2' -- libgit2 0.21.2