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

[rubygems/rubygems] check_version_conflict don't have a 'dep' variable available for use

https://github.com/rubygems/rubygems/commit/1783cf0fd3
This commit is contained in:
bronzdoc 2019-06-26 17:51:22 -06:00 committed by Hiroshi SHIBATA
parent 56801d4532
commit b2a54744f2
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -2229,7 +2229,6 @@ class Gem::Specification < Gem::BasicSpecification
e = Gem::LoadError.new msg
e.name = self.name
# TODO: e.requirement = dep.requirement
raise e
end