Commit 8a333d45 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'fix-rack-proxy' into 'master'

Fix "NameError: uninitialized constant Rack::Proxy" in production environment

See merge request !8977
parents 9c49a181 d29a527a
......@@ -219,6 +219,8 @@ gem 'chronic', '~> 0.10.2'
gem 'chronic_duration', '~> 0.10.6'
gem 'webpack-rails', '~> 0.9.9'
gem 'rack-proxy', '~> 0.6.0'
gem 'sass-rails', '~> 5.0.6'
gem 'coffee-rails', '~> 4.1.0'
gem 'uglifier', '~> 2.7.2'
......@@ -311,8 +313,6 @@ group :development, :test do
gem 'activerecord_sane_schema_dumper', '0.2'
gem 'stackprof', '~> 0.2.10'
gem 'rack-proxy', '~> 0.6.0'
end
group :test do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment