mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
Merge RubyGems-3.4.10 and Bundler-2.4.10 (#7479)
* Merge RubyGems-3.4.7 and Bundler-2.4.7 * Merge RubyGems-3.4.8 and Bundler-2.4.8 * Skip failing test on MSWin * Merge RubyGems-3.4.9 and Bundler-2.4.9 * Merge RubyGems-3.4.10 and Bundler-2.4.10 --------- Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
parent
f8c775cb41
commit
c3c461c4ff
179 changed files with 2882 additions and 469 deletions
|
@ -299,7 +299,7 @@ class Gem::Dependency
|
|||
end
|
||||
|
||||
def prioritizes_bundler?
|
||||
name == "bundler".freeze && !specific?
|
||||
name == "bundler" && !specific?
|
||||
end
|
||||
|
||||
def to_specs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue