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

[rubygems/rubygems] Rubygems doesn't need to load the base64 library

https://github.com/rubygems/rubygems/commit/fe723c0f7f
This commit is contained in:
David Rodríguez 2021-07-25 16:12:03 +02:00 committed by Hiroshi SHIBATA
parent 960023ff54
commit 350f4a0b66
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1,4 +1,3 @@
require 'base64'
require 'digest'
require 'rubygems/openssl'