mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 21:44:28 +00:00
[rubygems/rubygems] Applied rubocop
https://github.com/rubygems/rubygems/commit/c26054e7e9
This commit is contained in:
parent
3f65df48bd
commit
58aebcbce1
@ -143,7 +143,7 @@ PeIQQkFng2VVot/WAQbv3ePqWq07g1BBcwIBAg==
|
||||
end
|
||||
fetcher = Gem::RemoteFetcher.new
|
||||
yield fetcher
|
||||
sleep 0.5 unless RUBY_PLATFORM =~ /mswin|mingw/
|
||||
sleep 0.5 unless RUBY_PLATFORM.match?(/mswin|mingw/)
|
||||
ensure
|
||||
fetcher.close_all
|
||||
Gem.configuration = nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user