diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-09-16 16:23:47 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-11-08 12:06:28 +0000 |
| commit | 88fa4fe5897d9cf6d41739deaa2f564b03eb7d55 (patch) | |
| tree | 9f2b3f95b0825103948f7be7024c932ed58cd42a | |
| parent | fde6d189b23a5d471d212509ab1a6609718c74fe (diff) | |
[rubygems/rubygems] Make sure platforms in spec lockfile are properly sorted
https://github.com/rubygems/rubygems/commit/99b4ac4548
| -rw-r--r-- | spec/bundler/install/gemfile/specific_platform_spec.rb | 3 |
1 files changed, 1 insertions, 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! |
