From 88eac46561026dabac8f5e9dd881a9ffc3cce663 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Mon, 5 Dec 2016 16:01:29 -0800 Subject: [PATCH] move newrelic gem to dev --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3d957743a..f6e0911d9 100644 --- a/Gemfile +++ b/Gemfile @@ -67,13 +67,13 @@ group :production, :staging do end group :production do - gem 'newrelic_rpm' gem 'unicorn-worker-killer' gem 'gctools', :platforms => :ruby end group :development do gem 'ruby-prof' + gem 'newrelic_rpm', require: false gem 'capistrano-deploytags', '~> 1.0.0', require: false # gem 'sql-logging' end