Commit f2791d08 by Jillian Vogel Committed by Robert Raposa

Install newrelic_rpm to < 4.0

NewRelic have dropped support for ruby 1.9.x, and so we can't use their latest
app monitoring agent until we upgrade ruby.

ref https://discuss.newrelic.com/t/support-for-ruby-jruby-1-x-is-being-deprecated-in-ruby-agent-4-0-0/44787
parent f533496a
...@@ -49,7 +49,8 @@ group :test do ...@@ -49,7 +49,8 @@ group :test do
gem 'rspec', '~> 2.11.0' gem 'rspec', '~> 2.11.0'
end end
gem 'newrelic_rpm' # FIXME Remove version restriction once ruby upgraded to 2.x
gem 'newrelic_rpm', '~> 3.16.0'
gem 'unicorn' gem 'unicorn'
gem "rack-timeout" gem "rack-timeout"
gem "i18n" gem "i18n"
......
...@@ -186,7 +186,7 @@ DEPENDENCIES ...@@ -186,7 +186,7 @@ DEPENDENCIES
mongoid-tree! mongoid-tree!
mongoid_cleaner (~> 1.2.0) mongoid_cleaner (~> 1.2.0)
mongoid_magic_counter_cache mongoid_magic_counter_cache
newrelic_rpm newrelic_rpm (~> 3.16.0)
nokogiri (~> 1.6.8) nokogiri (~> 1.6.8)
protected_attributes protected_attributes
pry pry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment