# HG changeset patch # User Edho Arief # Date 1349302822 -25200 # Node ID 85e9dc5df11c2f160ade7fa5b8011179ca120e95 # Parent 8ef70e8c239d357910741430dfab2e79ecc32474 Added newrelic. diff -r 8ef70e8c239d -r 85e9dc5df11c Gemfile --- a/Gemfile Thu Oct 04 05:04:30 2012 +0700 +++ b/Gemfile Thu Oct 04 05:20:22 2012 +0700 @@ -35,3 +35,5 @@ # To use debugger # gem 'ruby-debug' + +gem 'newrelic_rpm' diff -r 8ef70e8c239d -r 85e9dc5df11c Gemfile.lock --- a/Gemfile.lock Thu Oct 04 05:04:30 2012 +0700 +++ b/Gemfile.lock Thu Oct 04 05:20:22 2012 +0700 @@ -48,6 +48,7 @@ mime-types (1.19) multi_json (1.3.6) mysql2 (0.3.11) + newrelic_rpm (3.4.2.1) polyglot (0.3.3) puma (1.6.3) rack (~> 1.2) @@ -107,6 +108,7 @@ jquery-rails json mysql2 + newrelic_rpm puma rails (= 3.2.8) sass-rails (~> 3.2.3)