MS IZ; adding resque monitoring"
This commit is contained in:
parent
95aac2f352
commit
09fd8a9ae9
2 changed files with 5 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -76,6 +76,8 @@ gem 'SystemTimer', '1.2.1', :platforms => :ruby_18
|
|||
# reporting
|
||||
|
||||
gem 'hoptoad_notifier'
|
||||
|
||||
gem 'rpm_contrib'
|
||||
gem 'newrelic_rpm', :require => false
|
||||
|
||||
#mail
|
||||
|
|
|
|||
|
|
@ -385,6 +385,8 @@ GEM
|
|||
resque (~> 1.0)
|
||||
rest-client (1.6.1)
|
||||
mime-types (>= 1.16)
|
||||
rpm_contrib (2.1.4)
|
||||
newrelic_rpm (>= 3.1.1)
|
||||
rspec (2.6.0)
|
||||
rspec-core (~> 2.6.0)
|
||||
rspec-expectations (~> 2.6.0)
|
||||
|
|
@ -536,6 +538,7 @@ DEPENDENCIES
|
|||
resque-timeout (= 1.0.0)
|
||||
rest-client (= 1.6.1)
|
||||
roxml!
|
||||
rpm_contrib
|
||||
rspec (>= 2.0.0)
|
||||
rspec-core (= 2.6.0)
|
||||
rspec-instafail (>= 0.1.7)
|
||||
|
|
|
|||
Loading…
Reference in a new issue