mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge RubyGems 3.2.3 and Bundler 2.2.3
This commit is contained in:
parent
733ed1e184
commit
339227363c
Notes:
git
2020-12-23 10:18:06 +09:00
38 changed files with 671 additions and 296 deletions
|
@ -212,13 +212,10 @@ module Bundler
|
|||
end
|
||||
end
|
||||
|
||||
def locked_bundler_version
|
||||
return nil unless defined?(@definition) && @definition
|
||||
def most_specific_locked_platform?(platform)
|
||||
return false unless defined?(@definition) && @definition
|
||||
|
||||
locked_gems = definition.locked_gems
|
||||
return nil unless locked_gems
|
||||
|
||||
locked_gems.bundler_version
|
||||
definition.most_specific_locked_platform == platform
|
||||
end
|
||||
|
||||
def ruby_scope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue