1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] https functionality was merged into net/https

https://github.com/rubygems/rubygems/commit/d81ce9e457
This commit is contained in:
David Rodríguez 2020-07-11 12:21:13 +02:00 committed by Hiroshi SHIBATA
parent 0a7f12fcc6
commit 07dc9691a8
Notes: git 2020-07-31 21:08:18 +09:00
2 changed files with 1 additions and 6 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'rubygems/test_case'
require 'net/https'
require 'net/http'
require 'rubygems/request'
# = Testing Bundled CA