Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-01 22:05:33 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-02 01:23:26 +0300
commita2d837a3719187a906b60b9212b0dbf02396cb59 (patch)
tree08da24dda249c97816cf299e9105ad57bc2e4552 /Gemfile
parent6fffdf7f2e72128eac53adfd734deb4fad8421fa (diff)
add rack middleware to proxy webpack dev server
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f9aecca70ff..6af69e8a37a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -312,6 +312,8 @@ 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