1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] I don't think this is necessary

https://github.com/rubygems/rubygems/commit/836f3e5aa5
This commit is contained in:
David Rodríguez 2022-04-16 13:52:40 +02:00 committed by git
parent a3ef0746ce
commit 9a20bcd5c8

View file

@ -285,8 +285,6 @@ class Gem::Installer
def spec
@package.spec
rescue Gem::Package::Error => e
raise Gem::InstallError, "invalid gem: #{e.message}"
end
##