1
0
Fork 0
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:
Hiroshi SHIBATA 2020-12-23 08:45:19 +09:00
parent 733ed1e184
commit 339227363c
Notes: git 2020-12-23 10:18:06 +09:00
38 changed files with 671 additions and 296 deletions

View file

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