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
Showing
... | @@ -388,7 +388,6 @@ group :test do | ... | @@ -388,7 +388,6 @@ group :test do |
gem 'json-schema', '~> 2.8.0' | gem 'json-schema', '~> 2.8.0' | ||
gem 'webmock', '~> 3.5.1' | gem 'webmock', '~> 3.5.1' | ||
gem 'rails-controller-testing' | gem 'rails-controller-testing' | ||
gem 'sham_rack', '~> 1.3.6' | |||
gem 'concurrent-ruby', '~> 1.1' | gem 'concurrent-ruby', '~> 1.1' | ||
gem 'test-prof', '~> 0.2.5' | gem 'test-prof', '~> 0.2.5' | ||
gem 'rspec_junit_formatter' | gem 'rspec_junit_formatter' | ||
... | ... |
Please register or sign in to comment