[rubygems/rubygems] Fix unused variable warning when running RubyGems tests

155d8fd051
This commit is contained in:
David Rodríguez 2024-07-18 19:53:56 +02:00 committed by git
parent 104dad3dd0
commit 50e7c8f051

View file

@ -166,7 +166,7 @@ PeIQQkFng2VVot/WAQbv3ePqWq07g1BBcwIBAg==
ensure
client.close
end
rescue OpenSSL::SSL::SSLError => e
rescue OpenSSL::SSL::SSLError
# Ignore SSL errors because we're testing them implicitly
end
end