Commit 41cfac96 by Robert Raposa Committed by GitHub

Merge pull request #237 from open-craft/jill/newrelic_3.x

Install newrelic_rpm to < 4.0
parents 63a98fce 74f60317
......@@ -53,7 +53,8 @@ group :test do
gem 'webmock', '~> 1.22'
end
gem 'newrelic_rpm'
# FIXME Remove version restriction once ruby upgraded to 2.x
gem 'newrelic_rpm', '~> 3.16.0'
gem 'unicorn'
gem "rack-timeout"
gem "i18n"
......
......@@ -203,7 +203,7 @@ DEPENDENCIES
mongoid-tree!
mongoid_cleaner (~> 1.2.0)
mongoid_magic_counter_cache
newrelic_rpm
newrelic_rpm (~> 3.16.0)
nokogiri (~> 1.6.8)
protected_attributes
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