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 ...@@ -53,7 +53,8 @@ group :test do
gem 'webmock', '~> 1.22' gem 'webmock', '~> 1.22'
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"
......
...@@ -203,7 +203,7 @@ DEPENDENCIES ...@@ -203,7 +203,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