add rpm_contrib for instrumenting resque jobs
This commit is contained in:
parent
a1aae2c3dc
commit
e0186138f2
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
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'
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue