mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* lib/rubygems: Update to RubyGems master d8f12e2. This increases the
speed of `gem install --ignore-dependencies` which helps bundler tests. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2d493a85cf
commit
228ad3d799
7 changed files with 123 additions and 20 deletions
|
@ -426,7 +426,8 @@ class Gem::DependencyInstaller
|
|||
|
||||
if @ignore_dependencies then
|
||||
installer_set.ignore_dependencies = true
|
||||
request_set.soft_missing = true
|
||||
request_set.ignore_dependencies = true
|
||||
request_set.soft_missing = true
|
||||
end
|
||||
|
||||
composed_set = Gem::Resolver.compose_sets as, installer_set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue