mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
removing whisper
This commit is contained in:
parent
c0ac781113
commit
c3964a09f2
3 changed files with 0 additions and 8 deletions
1
Gemfile
1
Gemfile
|
|
@ -52,7 +52,6 @@ gem 'omniauth'
|
|||
|
||||
gem 'twilio-ruby', '~> 4.11.1'
|
||||
|
||||
gem 'rack-wwwhisper', '~> 1.0'
|
||||
|
||||
|
||||
group :development, :test do
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -86,5 +86,4 @@ Rails.application.configure do
|
|||
|
||||
config.action_mailer.default_url_options = { host: 'edcontext.org' }
|
||||
|
||||
config.middleware.insert 0, "Rack::WWWhisper"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue