Skip to content

Commit 3c669e2

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Remove unnecessary rubygems filters
Since the lowest supported version is now 3.4.1. ruby/rubygems@d00e03c52e
1 parent d4bf58b commit 3c669e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/bundler/install/gemfile/specific_platform_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@
14321432
end
14331433
end
14341434

1435-
it "does not fail when a platform variant is incompatible with the current ruby and another equivalent platform specific variant is part of the resolution", rubygems: ">= 3.3.21" do
1435+
it "does not fail when a platform variant is incompatible with the current ruby and another equivalent platform specific variant is part of the resolution" do
14361436
build_repo4 do
14371437
build_gem "nokogiri", "1.15.5"
14381438

@@ -1578,7 +1578,7 @@
15781578
end
15791579
end
15801580

1581-
it "adds current musl platform, when there are also gnu variants", rubygems: ">= 3.3.21" do
1581+
it "adds current musl platform, when there are also gnu variants" do
15821582
build_repo4 do
15831583
build_gem "rcee_precompiled", "0.5.0" do |s|
15841584
s.platform = "x86_64-linux-gnu"

spec/bundler/resolver/platform_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
should_resolve_as %w[thin-1.2.7-x64-mingw-ucrt]
388388
end
389389

390-
it "finds universal-mingw gems on x64-mingw-ucrt", rubygems: ">= 3.3.18" do
390+
it "finds universal-mingw gems on x64-mingw-ucrt" do
391391
platform "x64-mingw-ucrt"
392392
dep "win32-api"
393393
should_resolve_as %w[win32-api-1.5.1-universal-mingw32]

0 commit comments

Comments
 (0)