diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-16 13:47:12 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-17 18:50:55 +0900 |
commit | 6ad269dc39ab6bdf7ef195a048fa10b642374826 (patch) | |
tree | 6ba6dfbc3b6ecd67a10ae2cd4c8b5c6428838ce8 /lib/rubygems/commands/check_command.rb | |
parent | 70164eec0f48a691dd039f55ac897036aa32e5cf (diff) |
[rubygems/rubygems] util/rubocop -A --only Style/RescueStandardError
https://github.com/rubygems/rubygems/commit/80b57da926
Diffstat (limited to 'lib/rubygems/commands/check_command.rb')
-rw-r--r-- | lib/rubygems/commands/check_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/commands/check_command.rb b/lib/rubygems/commands/check_command.rb index e3c288d659..ff15fa11b0 100644 --- a/lib/rubygems/commands/check_command.rb +++ b/lib/rubygems/commands/check_command.rb @@ -42,7 +42,7 @@ class Gem::Commands::CheckCommand < Gem::Command say gems = begin get_all_gem_names - rescue + rescue StandardError [] end |