From 41e6377ba5b763fe5ff0a28116f72640d240b181 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 24 Jan 2012 11:55:59 -0800 Subject: [PATCH] move airbrake and newrelic to reporting bundler group --- Gemfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index be5dc5c8a..94e1a4b91 100644 --- a/Gemfile +++ b/Gemfile @@ -27,12 +27,14 @@ gem 'twitter', '2.0.2' gem 'messagebus_ruby_api', '1.0.3' group :production do # we don't install these on travis to speed up test runs - # reporting - gem 'airbrake', :require => false - gem 'newrelic_rpm', :require => false + gem 'rack-ssl', :require => 'rack/ssl' +end + +group :reporting do + gem 'airbrake' + gem 'newrelic_rpm' gem 'rack-google-analytics', :require => 'rack/google-analytics' gem 'rack-piwik', :require => 'rack/piwik' - gem 'rack-ssl', :require => 'rack/ssl' end # configuration