summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-07-24 14:46:37 +1200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-29 19:20:27 -0300
commit46ef495488d46932b18353739342d503288e0eea (patch)
tree7938f09bbce9a5d603739b952bfffe20da7995d6 /Gemfile
parent18e3dcc65e399642918e9a7a90fcafd391a1038d (diff)
downloadgitlab-ce-46ef495488d46932b18353739342d503288e0eea.tar.gz
Write out sham_rack gem
This means we have one less Net::HTTP monkeypatch. sham_rack cannot handle IPv6 addresses which means it breaks Net::HTTP connections because it monkey-patches Net::HTTP
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e860ee61cb9..2d2ce8185aa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -388,7 +388,6 @@ group :test do
gem 'json-schema', '~> 2.8.0'
gem 'webmock', '~> 3.5.1'
gem 'rails-controller-testing'
- gem 'sham_rack', '~> 1.3.6'
gem 'concurrent-ruby', '~> 1.1'
gem 'test-prof', '~> 0.2.5'
gem 'rspec_junit_formatter'