Commit 67d9763a by Robert Raposa Committed by GitHub

Merge pull request #238 from edx/robrap/newrelic

Install newrelic_rpm to < 4.0
parents f533496a f2791d08
...@@ -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