File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments