From 54b9a51f17b97cf23ab48a3b395bb0b316f2f2fd Mon Sep 17 00:00:00 2001 From: Klaas Speller Date: Fri, 22 Jul 2011 16:51:19 +0200 Subject: [PATCH] Prepare for new relic --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 107752d..73dc3b1 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,8 @@ gem 'peiji-san', '~> 1.0.0', :require => 'peiji_san' gem 'thinking-sphinx', :git => 'git://github.com/freelancing-god/thinking-sphinx.git', :branch => 'rails3' gem 'flying-sphinx', :git => 'git://github.com/flying-sphinx/flying-sphinx.git' +gem 'newrelic_rpm' + group :production do gem 'thin' end