MS IZ; adding resque monitoring"

This commit is contained in:
Ilya Zhitomirskiy 2011-10-31 10:56:56 -07:00
parent 95aac2f352
commit 09fd8a9ae9
2 changed files with 5 additions and 0 deletions

View file

@ -76,6 +76,8 @@ gem 'SystemTimer', '1.2.1', :platforms => :ruby_18
# reporting # reporting
gem 'hoptoad_notifier' gem 'hoptoad_notifier'
gem 'rpm_contrib'
gem 'newrelic_rpm', :require => false gem 'newrelic_rpm', :require => false
#mail #mail

View file

@ -385,6 +385,8 @@ GEM
resque (~> 1.0) resque (~> 1.0)
rest-client (1.6.1) rest-client (1.6.1)
mime-types (>= 1.16) mime-types (>= 1.16)
rpm_contrib (2.1.4)
newrelic_rpm (>= 3.1.1)
rspec (2.6.0) rspec (2.6.0)
rspec-core (~> 2.6.0) rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0) rspec-expectations (~> 2.6.0)
@ -536,6 +538,7 @@ DEPENDENCIES
resque-timeout (= 1.0.0) resque-timeout (= 1.0.0)
rest-client (= 1.6.1) rest-client (= 1.6.1)
roxml! roxml!
rpm_contrib
rspec (>= 2.0.0) rspec (>= 2.0.0)
rspec-core (= 2.6.0) rspec-core (= 2.6.0)
rspec-instafail (>= 0.1.7) rspec-instafail (>= 0.1.7)