diff --git a/Gemfile.lock b/Gemfile.lock index e0713bbd..a7615b9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GIT GIT remote: git://github.com/travis-ci/travis-core.git - revision: 8452c83d62dd7bf94c32e6176fc508af76bc1f4d + revision: 11ceb76e0daea53b734fe69e2eeefc3312430dfd specs: travis-core (0.0.1) actionmailer (~> 3.2.19) @@ -68,7 +68,7 @@ GIT GIT remote: git://github.com/travis-ci/travis-support.git - revision: 507cecf8c8d5638b72d6743a2f7ba5f3d98e3cde + revision: 178e30d2976ce773b9cf8d5ee3c07c19b97bfb55 specs: travis-support (0.0.1) diff --git a/config.ru b/config.ru index 419e8c72..3279bbae 100644 --- a/config.ru +++ b/config.ru @@ -9,7 +9,7 @@ require 'core_ext/module/load_constants' models = Travis::Model.constants.map(&:to_s) only = [/^(ActiveRecord|ActiveModel|Travis|GH|#{models.join('|')})/] -skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::NewRelic', 'Travis::Helpers::Legacy', 'GH::FaradayAdapter::EMSynchrony'] +skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::Helpers::Legacy', 'GH::FaradayAdapter::EMSynchrony'] [Travis::Api, Travis, GH].each do |target| target.load_constants! :only => only, :skip => skip, :debug => false