summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-04 09:52:03 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-04 09:54:32 -0600
commitd29a527ae80060b5dc1244364d495758195496e1 (patch)
tree30269dca6de95434d0c1d0ac50bb809e8f5d9b72
parent7b70014d5df18764fea387fe9576fac711a6f849 (diff)
downloadgitlab-ce-fix-rack-proxy.tar.gz
fix rack-proxy dependency in productionfix-rack-proxy
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4e04215e0b2..c3d9c6e7857 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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