remove gctools dependency

This commit is contained in:
Albert Yi
2016-10-12 16:44:48 -07:00
parent eaa0426c36
commit 11f911fd32
3 changed files with 6 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ end
group :production do group :production do
gem 'newrelic_rpm' gem 'newrelic_rpm'
# gem 'unicorn-worker-killer' # gem 'unicorn-worker-killer'
gem 'gctools', :platforms => :ruby # gem 'gctools', :platforms => :ruby
end end
group :development do group :development do

View File

@@ -138,7 +138,6 @@ GEM
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ffaker (2.1.0) ffaker (2.1.0)
ffi (1.9.10-x64-mingw32) ffi (1.9.10-x64-mingw32)
gctools (0.2.3)
git (1.3.0) git (1.3.0)
github_api (0.14.5) github_api (0.14.5)
addressable (~> 2.4.0) addressable (~> 2.4.0)
@@ -438,7 +437,6 @@ DEPENDENCIES
dtext_rb! dtext_rb!
factory_girl factory_girl
ffaker ffaker
gctools
google-api-client google-api-client
highline highline
kgio kgio
@@ -480,4 +478,4 @@ DEPENDENCIES
whenever whenever
BUNDLED WITH BUNDLED WITH
1.12.3 1.13.3

View File

@@ -2,9 +2,9 @@
require ::File.expand_path('../config/environment', __FILE__) require ::File.expand_path('../config/environment', __FILE__)
if defined?(Unicorn) && Rails.env.production? # if defined?(Unicorn) && Rails.env.production?
require_dependency 'gctools/oobgc' # require_dependency 'gctools/oobgc'
use GC::OOB::UnicornMiddleware # use GC::OOB::UnicornMiddleware
end # end
run Rails.application run Rails.application