Skip to content

Commit efd898b

Browse files
committed
remove newrelic gem from production group
1 parent e02f799 commit efd898b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ source 'https://rubygems.org' do
122122
gem 'elasticsearch-model'
123123
gem 'elasticsearch-rails'
124124

125+
gem 'newrelic_rpm'
126+
125127
# DROP BEFORE RAILS 4
126128
gem 'compass-rails'
127129
gem 'strong_parameters'
@@ -178,7 +180,6 @@ source 'https://rubygems.org' do
178180
end
179181

180182
group :production do
181-
gem 'newrelic_rpm'
182183
gem 'puma'
183184
gem 'rails_12factor'
184185
gem 'heroku-deflater'

0 commit comments

Comments
 (0)