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

[rubygems/rubygems] Missing dependency

https://github.com/rubygems/rubygems/commit/79b62c233a
This commit is contained in:
Alexander Pakulov 2019-07-09 19:14:29 -07:00 committed by Hiroshi SHIBATA
parent 0d596c1ab2
commit 5947ea31ca
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -664,6 +664,7 @@ PeIQQkFng2VVot/WAQbv3ePqWq07g1BBcwIBAg==
end
def fetcher.s3_uri_signer(uri)
require 'json'
s3_uri_signer = Gem::S3URISigner.new(uri)
def s3_uri_signer.ec2_metadata_credentials_json
JSON.parse($instance_profile)