removing newrelic resque for now
This commit is contained in:
parent
1da0bf5d95
commit
1fe9de328b
3 changed files with 0 additions and 5 deletions
1
Gemfile
1
Gemfile
|
|
@ -76,7 +76,6 @@ gem 'SystemTimer', '1.2.1', :platforms => :ruby_18
|
||||||
|
|
||||||
gem 'hoptoad_notifier'
|
gem 'hoptoad_notifier'
|
||||||
gem 'newrelic_rpm', :require => false
|
gem 'newrelic_rpm', :require => false
|
||||||
gem 'rpm_contrib', :require => false
|
|
||||||
|
|
||||||
# tags
|
# tags
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -378,8 +378,6 @@ 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)
|
||||||
|
|
@ -527,7 +525,6 @@ 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)
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ require 'rails/all'
|
||||||
Bundler.require(:default, Rails.env) if defined?(Bundler)
|
Bundler.require(:default, Rails.env) if defined?(Bundler)
|
||||||
|
|
||||||
# use newrelic if configured via config/newrelic.yml
|
# use newrelic if configured via config/newrelic.yml
|
||||||
require 'rpm_contrib' if File.exists?(File.expand_path('../newrelic.yml', __FILE__))
|
|
||||||
require 'newrelic_rpm' if File.exists?(File.expand_path('../newrelic.yml', __FILE__))
|
require 'newrelic_rpm' if File.exists?(File.expand_path('../newrelic.yml', __FILE__))
|
||||||
|
|
||||||
module Diaspora
|
module Diaspora
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue