aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/install
diff options
context:
space:
mode:
authorDavid Rodriguez <deivid.rodriguez@riseup.net>2023-10-20 10:22:51 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-13 11:06:10 +0900
commit59b361aaca0194bd526e32b7053948a49da4e39d (patch)
tree6eb15b40e15aa3042a877b85303e18dbf53cf904 /spec/bundler/install
parentf273132bc017ee2d2c10f95f6629717f33ed54f9 (diff)
downloadruby-59b361aaca0194bd526e32b7053948a49da4e39d.tar.gz
[rubygems/rubygems] Refactor platform test helpers
https://github.com/rubygems/rubygems/commit/7ab4c203f9
Diffstat (limited to 'spec/bundler/install')
-rw-r--r--spec/bundler/install/gemfile/specific_platform_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gemfile/specific_platform_spec.rb b/spec/bundler/install/gemfile/specific_platform_spec.rb
index d4e2f25179..099ef35bbf 100644
--- a/spec/bundler/install/gemfile/specific_platform_spec.rb
+++ b/spec/bundler/install/gemfile/specific_platform_spec.rb
@@ -956,7 +956,7 @@ RSpec.describe "bundle install with specific platforms" do
rack (3.0.7)
PLATFORMS
- #{formatted_lockfile_platforms(*["ruby", generic_local_platform].uniq)}
+ #{lockfile_platforms("ruby", generic_local_platform, :defaults => [])}
DEPENDENCIES
concurrent-ruby