Skip to content

Commit 11f80a3

Browse files
committed
fixup! Skip git source exclusion when lockfile cannot backfill
1 parent 55211b8 commit 11f80a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/install/git_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
expect(the_bundle).not_to include_gems("development_gem 1.0")
319319
end
320320

321-
it "resolves indirect dependencies from a git source not in the requested groups", ruby: ">= 3.3" do
321+
it "resolves indirect dependencies from a git source not in the requested groups" do
322322
build_lib "activesupport", "1.0", path: lib_path("rails/activesupport")
323323
build_git "activerecord", "1.0", path: lib_path("rails") do |s|
324324
s.add_dependency "activesupport", "= 1.0"
@@ -341,7 +341,7 @@
341341
expect(the_bundle).not_to include_gems("activerecord 1.0")
342342
end
343343

344-
it "resolves indirect dependencies from a git source not in the requested groups (without compact_index dependency API)", ruby: ">= 3.3" do
344+
it "resolves indirect dependencies from a git source not in the requested groups (without compact_index dependency API)" do
345345
build_lib "activesupport", "1.0", path: lib_path("rails/activesupport")
346346
build_git "activerecord", "1.0", path: lib_path("rails") do |s|
347347
s.add_dependency "activesupport", "= 1.0"

0 commit comments

Comments
 (0)