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:
parent
56801d4532
commit
b2a54744f2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue