1
0
Fork 0
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:
bronzdoc 2019-06-22 16:58:55 -06:00 committed by Hiroshi SHIBATA
parent a7bce01175
commit 5eacb4c52e
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 0 additions and 9 deletions

View file

@ -153,8 +153,3 @@ class Gem::Resolver::Conflict
end
end
##
# TODO: Remove in RubyGems 3
Gem::Resolver::DependencyConflict = Gem::Resolver::Conflict # :nodoc:

View file

@ -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'