Merge RubyGems and Bundler HEAD

125415593e
This commit is contained in:
Hiroshi SHIBATA 2022-05-20 17:15:15 +09:00
parent bd8df25cdc
commit aeea88174d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
43 changed files with 121 additions and 95 deletions

View file

@ -129,7 +129,7 @@ Specific fields in the specification can be extracted in YAML format:
platform = get_platform_from_requirements(options)
if platform
specs = specs.select{|s| s.platform.to_s == platform }
specs = specs.select {|s| s.platform.to_s == platform }
end
unless options[:all]