From c3964a09f271bdf965c7043ab83632799c4684bc Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Tue, 4 Apr 2017 20:52:07 -0400 Subject: [PATCH] removing whisper --- Gemfile | 1 - Gemfile.lock | 6 ------ config/environments/production.rb | 1 - 3 files changed, 8 deletions(-) diff --git a/Gemfile b/Gemfile index c82880ff..73bce339 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,6 @@ gem 'omniauth' gem 'twilio-ruby', '~> 4.11.1' -gem 'rack-wwwhisper', '~> 1.0' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 56d4bfdc..40c83ba4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,6 @@ GEM minitest (5.10.1) multi_json (1.12.1) nested_scaffold (1.0.0) - net-http-persistent (2.9.4) newrelic_rpm (3.17.1.326) nio4r (1.2.1) nokogiri (1.6.8) @@ -135,10 +134,6 @@ GEM rack (2.0.1) rack-test (0.6.3) rack (>= 1.0) - rack-wwwhisper (1.1.12) - addressable (~> 2.0) - net-http-persistent (< 3.0) - rack (>= 1.0) rails (5.0.1) actioncable (= 5.0.1) actionmailer (= 5.0.1) @@ -266,7 +261,6 @@ DEPENDENCIES phantomjs poltergeist puma (~> 3.0) - rack-wwwhisper (~> 1.0) rails (~> 5.0.1) rails-controller-testing rspec-rails (~> 3.5) diff --git a/config/environments/production.rb b/config/environments/production.rb index 454bf36d..7376e75e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -86,5 +86,4 @@ Rails.application.configure do config.action_mailer.default_url_options = { host: 'edcontext.org' } - config.middleware.insert 0, "Rack::WWWhisper" end