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
Showing
... | @@ -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" | ||
... | ... |
Please
register
or
sign in
to comment