move newrelic gem to dev
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -67,13 +67,13 @@ group :production, :staging do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem 'newrelic_rpm'
|
|
||||||
gem 'unicorn-worker-killer'
|
gem 'unicorn-worker-killer'
|
||||||
gem 'gctools', :platforms => :ruby
|
gem 'gctools', :platforms => :ruby
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'ruby-prof'
|
gem 'ruby-prof'
|
||||||
|
gem 'newrelic_rpm', require: false
|
||||||
gem 'capistrano-deploytags', '~> 1.0.0', require: false
|
gem 'capistrano-deploytags', '~> 1.0.0', require: false
|
||||||
# gem 'sql-logging'
|
# gem 'sql-logging'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user