diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-07-24 14:46:37 +1200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-07-29 19:20:27 -0300 |
commit | 46ef495488d46932b18353739342d503288e0eea (patch) | |
tree | 7938f09bbce9a5d603739b952bfffe20da7995d6 /Gemfile | |
parent | 18e3dcc65e399642918e9a7a90fcafd391a1038d (diff) | |
download | gitlab-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-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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' |