@@ -13,7 +13,7 @@ def test_create_all
1313 refute File . exist? ( dummy_gem_docker_compose_folder_path )
1414
1515 Matrixeval ::Ruby ::Config ::YAML . stubs ( :yaml ) . returns ( {
16- "version" => "0.2 " ,
16+ "version" => "0.3 " ,
1717 "target" => "ruby" ,
1818 "project_name" => "Dummy_gem" ,
1919 "mounts" => [ "/a/b:/app/c/d" ] ,
@@ -76,7 +76,7 @@ def test_create_all
7676 volumes:
7777 - "../..:/app:cached"
7878 - bundle_ruby_3_0_0:/bundle
79- - "../Gemfile.lock. ruby_3_0_active_model_6_1:/app/Gemfile.lock"
79+ - "../gemfile_locks/ ruby_3_0_active_model_6_1:/app/Gemfile.lock"
8080 - "/a/b:/app/c/d"
8181 - "../schema/rails_6_1.rb:/app/test/dummy/db/schema.rb"
8282 environment:
@@ -112,7 +112,7 @@ def test_create_all
112112 volumes:
113113 - "../..:/app:cached"
114114 - bundle_ruby_3_0_0:/bundle
115- - "../Gemfile.lock. ruby_3_0_active_model_7_0:/app/Gemfile.lock"
115+ - "../gemfile_locks/ ruby_3_0_active_model_7_0:/app/Gemfile.lock"
116116 - "/a/b:/app/c/d"
117117 - "../schema/rails_7_0.rb:/app/test/dummy/db/schema.rb"
118118 environment:
@@ -148,7 +148,7 @@ def test_create_all
148148 volumes:
149149 - "../..:/app:cached"
150150 - bundle_ruby_3_1_0:/bundle
151- - "../Gemfile.lock. ruby_3_1_active_model_6_1:/app/Gemfile.lock"
151+ - "../gemfile_locks/ ruby_3_1_active_model_6_1:/app/Gemfile.lock"
152152 - "/a/b:/app/c/d"
153153 - "../schema/rails_6_1.rb:/app/test/dummy/db/schema.rb"
154154 environment:
@@ -184,7 +184,7 @@ def test_create_all
184184 volumes:
185185 - "../..:/app:cached"
186186 - bundle_ruby_3_1_0:/bundle
187- - "../Gemfile.lock. ruby_3_1_active_model_7_0:/app/Gemfile.lock"
187+ - "../gemfile_locks/ ruby_3_1_active_model_7_0:/app/Gemfile.lock"
188188 - "/a/b:/app/c/d"
189189 - "../schema/rails_7_0.rb:/app/test/dummy/db/schema.rb"
190190 environment:
0 commit comments