mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[rubygems/rubygems] Fix unused variable warning when running RubyGems tests
155d8fd051
This commit is contained in:
parent
104dad3dd0
commit
50e7c8f051
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue