From e0186138f281f3309b301bbe7d40cdb65feca921 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 24 Jan 2012 14:56:44 -0800 Subject: [PATCH] add rpm_contrib for instrumenting resque jobs --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 9c2d0fba3..8d2fe6c9f 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index f9eca5a48..cc41fb22b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)