mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 19:14:00 +02:00
merge revision(s) 33386:
* lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into the Gem namespace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
370a64cf10
commit
54ecf81ffc
21 changed files with 112 additions and 105 deletions
|
@ -28,7 +28,7 @@ class TestGemDependencyList < Gem::TestCase
|
|||
util_clear_gems
|
||||
install_specs @a1, @b2
|
||||
|
||||
deps = Deprecate.skip_during { Gem::DependencyList.from_source_index }
|
||||
deps = Gem::Deprecate.skip_during { Gem::DependencyList.from_source_index }
|
||||
|
||||
assert_equal %w[b-2 a-1], deps.dependency_order.map { |s| s.full_name }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue