add rpm_contrib for instrumenting resque jobs

This commit is contained in:
Maxwell Salzberg 2012-01-24 14:56:44 -08:00
parent a1aae2c3dc
commit e0186138f2
2 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,7 @@ gem 'twitter', '2.0.2'
gem 'messagebus_ruby_api', '1.0.3'
gem 'airbrake'
gem 'newrelic_rpm'
gem "rpm_contrib", "~> 2.1.7"
group :production do # we don't install these on travis to speed up test runs
gem 'rack-ssl', :require => 'rack/ssl'

View file

@ -321,6 +321,9 @@ GEM
resque (~> 1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rpm_contrib (2.1.7)
newrelic_rpm (>= 3.1.1)
newrelic_rpm (>= 3.1.1)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
@ -475,6 +478,7 @@ DEPENDENCIES
resque-timeout (= 1.0.0)
rest-client (= 1.6.7)
roxml!
rpm_contrib (~> 2.1.7)
rspec (>= 2.0.0)
rspec-core (~> 2.8.0)
rspec-instafail (>= 0.1.7)