From 88fa4fe5897d9cf6d41739deaa2f564b03eb7d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 16 Sep 2024 16:23:47 +0200 Subject: [rubygems/rubygems] Make sure platforms in spec lockfile are properly sorted https://github.com/rubygems/rubygems/commit/99b4ac4548 --- spec/bundler/install/gemfile/specific_platform_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/bundler/install/gemfile/specific_platform_spec.rb b/spec/bundler/install/gemfile/specific_platform_spec.rb index c638ba127c..32617239b1 100644 --- a/spec/bundler/install/gemfile/specific_platform_spec.rb +++ b/spec/bundler/install/gemfile/specific_platform_spec.rb @@ -330,8 +330,7 @@ RSpec.describe "bundle install with specific platforms" do specs: PLATFORMS - java - #{lockfile_platforms} + #{lockfile_platforms("java")} DEPENDENCIES pg_array_parser! -- cgit v1.2.3