From 07dc9691a8221fecf4da32358ab8897529dc7b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 11 Jul 2020 12:21:13 +0200 Subject: [rubygems/rubygems] https functionality was merged into `net/https` https://github.com/rubygems/rubygems/commit/d81ce9e457 --- spec/bundler/support/artifice/fail.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'spec/bundler/support/artifice/fail.rb') diff --git a/spec/bundler/support/artifice/fail.rb b/spec/bundler/support/artifice/fail.rb index 1059c6df4e..f69f2eccc6 100644 --- a/spec/bundler/support/artifice/fail.rb +++ b/spec/bundler/support/artifice/fail.rb @@ -1,11 +1,6 @@ # frozen_string_literal: true require "net/http" -begin - require "net/https" -rescue LoadError - nil # net/https or openssl -end # We can't use artifice here because it uses rack -- cgit v1.2.3