move newrelic gem to dev

This commit is contained in:
Albert Yi 2016-12-05 16:01:29 -08:00
parent 88baf36a8c
commit 88eac46561

View File

@ -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