diff options
author | Nicholas La Roux <[email protected]> | 2025-05-30 19:59:54 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-03 07:47:14 +0900 |
commit | 1f894fa2cc4a3e7938732c4f1b930bf88130bb0c (patch) | |
tree | 7aa088dc30fff46fe8e180dd0b3f0f31ee84267d | |
parent | 869a52f33aa2777f51fe87326850a010c58c4b64 (diff) |
[rubygems/rubygems] Remove unnecessary duplicate x64-mingw-ucrt entry
https://github.com/rubygems/rubygems/commit/d6f1f96585
-rw-r--r-- | spec/bundler/runtime/platform_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/platform_spec.rb b/spec/bundler/runtime/platform_spec.rb index 6c4940f9a7..cf1f85286f 100644 --- a/spec/bundler/runtime/platform_spec.rb +++ b/spec/bundler/runtime/platform_spec.rb @@ -438,7 +438,7 @@ RSpec.describe "Bundler.setup with multi platform stuff" do end end - %w[x86-mswin32 x64-mswin64 x86-mingw32 x64-mingw-ucrt x64-mingw-ucrt aarch64-mingw-ucrt].each do |platform| + %w[x86-mswin32 x64-mswin64 x86-mingw32 x64-mingw-ucrt aarch64-mingw-ucrt].each do |platform| it "allows specifying platform windows on #{platform} platform" do simulate_platform platform do lockfile <<-L |