Commit a1dd693a by Greg Price

Merge pull request #62 from edx/gprice/newrelic_moped

Add newrelic_moped
parents beacc73f aa5993df
...@@ -52,4 +52,5 @@ group :test do ...@@ -52,4 +52,5 @@ group :test do
end end
gem 'newrelic_rpm' gem 'newrelic_rpm'
gem 'newrelic_moped'
gem 'unicorn' gem 'unicorn'
...@@ -43,7 +43,7 @@ GIT ...@@ -43,7 +43,7 @@ GIT
voteable_mongo (0.9.3) voteable_mongo (0.9.3)
GEM GEM
remote: http://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionpack (3.2.8) actionpack (3.2.8)
activemodel (= 3.2.8) activemodel (= 3.2.8)
...@@ -98,6 +98,9 @@ GEM ...@@ -98,6 +98,9 @@ GEM
tzinfo (~> 0.3.22) tzinfo (~> 0.3.22)
moped (1.5.1) moped (1.5.1)
multi_json (1.3.6) multi_json (1.3.6)
newrelic_moped (0.0.6)
moped
newrelic_rpm (~> 3.6.0)
newrelic_rpm (3.6.8.164) newrelic_rpm (3.6.8.164)
nokogiri (1.5.5) nokogiri (1.5.5)
origin (1.0.6) origin (1.0.6)
...@@ -181,6 +184,7 @@ DEPENDENCIES ...@@ -181,6 +184,7 @@ DEPENDENCIES
mongoid_magic_counter_cache! mongoid_magic_counter_cache!
mongoid_taggable_with_context! mongoid_taggable_with_context!
moped (= 1.5.1) moped (= 1.5.1)
newrelic_moped
newrelic_rpm newrelic_rpm
nokogiri nokogiri
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