aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-03-13 18:56:54 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-17 18:50:55 +0900
commit8371c0eac4432069ad16da081d36970b07ab7b09 (patch)
treeeae1ad6d74a572bc2ab1b1dfd84a4f01db1a8f42 /lib/bundler
parentd5121992dc50112e0ebae84b993a957fdcdcff45 (diff)
downloadruby-8371c0eac4432069ad16da081d36970b07ab7b09.tar.gz
[rubygems/rubygems] Fix incorrect error message when multiple platforms are locked
https://github.com/rubygems/rubygems/commit/24d2bf9cb2
Diffstat (limited to 'lib/bundler')
-rw-r--r--lib/bundler/spec_set.rb2
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)