diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-11-13 17:57:09 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-26 15:11:05 +0900 |
| commit | 6916999fed6f3db258eb0180d89468df737db87b (patch) | |
| tree | 6525d974339c6fa6ec1f4f5b6e826376a9bbd724 /lib | |
| parent | 7b66aee0b7277ea0b316630520f45e5938c26841 (diff) | |
[rubygems/rubygems] This is about locked_platforms
https://github.com/rubygems/rubygems/commit/df2c9eb52f
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundler/definition.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/definition.rb b/lib/bundler/definition.rb index b45a39b03a..fe6441d5a5 100644 --- a/lib/bundler/definition.rb +++ b/lib/bundler/definition.rb @@ -511,7 +511,7 @@ module Bundler end def most_specific_locked_platform - @platforms.min_by do |bundle_platform| + @locked_platforms.min_by do |bundle_platform| platform_specificity_match(bundle_platform, local_platform) end end |
