diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2023-03-13 18:56:54 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-03-17 18:50:55 +0900 |
| commit | 8371c0eac4432069ad16da081d36970b07ab7b09 (patch) | |
| tree | eae1ad6d74a572bc2ab1b1dfd84a4f01db1a8f42 /lib | |
| parent | d5121992dc50112e0ebae84b993a957fdcdcff45 (diff) | |
[rubygems/rubygems] Fix incorrect error message when multiple platforms are locked
https://github.com/rubygems/rubygems/commit/24d2bf9cb2
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundler/spec_set.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/spec_set.rb b/lib/bundler/spec_set.rb index fe06526609..08f523312c 100644 --- a/lib/bundler/spec_set.rb +++ b/lib/bundler/spec_set.rb @@ -49,7 +49,7 @@ module Bundler end end - specs + specs.uniq end def [](key) |
