diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-16 13:36:06 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-17 18:50:55 +0900 |
commit | 66bd2c1a1cea53dec4cf2d9e625ac01d3418863e (patch) | |
tree | c616f98bfd4241e232e3a93c895faf7a1f6c0856 /lib/rubygems/request.rb | |
parent | 52ea7afa5f33d1a586866e0f12ede3b4a2a083e8 (diff) |
[rubygems/rubygems] util/rubocop -A --only Style/CommentAnnotation
https://github.com/rubygems/rubygems/commit/4e77a1d1d5
Diffstat (limited to 'lib/rubygems/request.rb')
-rw-r--r-- | lib/rubygems/request.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/request.rb b/lib/rubygems/request.rb index 1eeaa416fc..5657f48e07 100644 --- a/lib/rubygems/request.rb +++ b/lib/rubygems/request.rb @@ -241,7 +241,7 @@ class Gem::Request verbose "fatal error" raise Gem::RemoteFetcher::FetchError.new("fatal error", @uri) - # HACK work around EOFError bug in Net::HTTP + # HACK: work around EOFError bug in Net::HTTP # NOTE Errno::ECONNABORTED raised a lot on Windows, and make impossible # to install gems. rescue EOFError, Timeout::Error, |