mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Remove conflict.rb code that was supposed to be removed in Rubygems 3
https://github.com/rubygems/rubygems/commit/6d5f743a89
This commit is contained in:
parent
a7bce01175
commit
5eacb4c52e
2 changed files with 0 additions and 9 deletions
|
@ -153,8 +153,3 @@ class Gem::Resolver::Conflict
|
|||
end
|
||||
|
||||
end
|
||||
|
||||
##
|
||||
# TODO: Remove in RubyGems 3
|
||||
|
||||
Gem::Resolver::DependencyConflict = Gem::Resolver::Conflict # :nodoc:
|
||||
|
|
|
@ -3,10 +3,6 @@ require 'rubygems/test_case'
|
|||
|
||||
class TestGemResolverConflict < Gem::TestCase
|
||||
|
||||
def test_self_compatibility
|
||||
assert_same Gem::Resolver::Conflict, Gem::Resolver::DependencyConflict
|
||||
end
|
||||
|
||||
def test_explanation
|
||||
root =
|
||||
dependency_request dep('net-ssh', '>= 2.0.13'), 'rye', '0.9.8'
|
||||
|
|
Loading…
Reference in a new issue