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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3614f111a4b..f7776b296da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -884,8 +884,6 @@ GEM faraday (>= 0.7.6, < 1.0) settingslogic (2.0.9) sexp_processor (4.12.0) - sham_rack (1.3.6) - rack shoulda-matchers (4.0.1) activesupport (>= 4.2.0) sidekiq (5.2.7) @@ -1232,7 +1230,6 @@ DEPENDENCIES selenium-webdriver (~> 3.141) sentry-raven (~> 2.9) settingslogic (~> 2.0.9) - sham_rack (~> 1.3.6) shoulda-matchers (~> 4.0.1) sidekiq (~> 5.2.7) sidekiq-cron (~> 1.0) |