Skip to content

Commit 8fdc6b9

Browse files
committed
Run bundle lock in each test project directory
Following advice from @deivid-rodriguez on #1040 (comment)
1 parent 7f44498 commit 8fdc6b9

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

test_projects/monorepo/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
simplecov (0.20.0)
4+
simplecov (0.22.0)
55
docile (~> 1.1)
66
simplecov-html (~> 0.11)
77
simplecov_json_formatter (~> 0.1)
@@ -21,7 +21,7 @@ GEM
2121
remote: https://rubygems.org/
2222
specs:
2323
diff-lcs (1.3)
24-
docile (1.3.4)
24+
docile (1.4.0)
2525
rspec (3.9.0)
2626
rspec-core (~> 3.9.0)
2727
rspec-expectations (~> 3.9.0)
@@ -36,7 +36,7 @@ GEM
3636
rspec-support (~> 3.9.0)
3737
rspec-support (3.9.3)
3838
simplecov-html (0.12.3)
39-
simplecov_json_formatter (0.1.2)
39+
simplecov_json_formatter (0.1.4)
4040

4141
PLATFORMS
4242
ruby
@@ -49,4 +49,4 @@ DEPENDENCIES
4949
simplecov!
5050

5151
BUNDLED WITH
52-
2.2.2
52+
2.3.26

test_projects/parallel_tests/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
simplecov (0.20.0)
4+
simplecov (0.22.0)
55
docile (~> 1.1)
66
simplecov-html (~> 0.11)
77
simplecov_json_formatter (~> 0.1)
@@ -10,7 +10,7 @@ GEM
1010
remote: https://rubygems.org/
1111
specs:
1212
diff-lcs (1.3)
13-
docile (1.3.4)
13+
docile (1.4.0)
1414
parallel (1.19.2)
1515
parallel_tests (3.1.0)
1616
parallel
@@ -28,7 +28,7 @@ GEM
2828
rspec-support (~> 3.9.0)
2929
rspec-support (3.9.2)
3030
simplecov-html (0.12.3)
31-
simplecov_json_formatter (0.1.2)
31+
simplecov_json_formatter (0.1.4)
3232

3333
PLATFORMS
3434
ruby
@@ -40,4 +40,4 @@ DEPENDENCIES
4040
simplecov!
4141

4242
BUNDLED WITH
43-
2.2.2
43+
2.3.26

test_projects/rails/rspec_rails/Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
simplecov (0.21.2)
4+
simplecov (0.22.0)
55
docile (~> 1.1)
66
simplecov-html (~> 0.11)
77
simplecov_json_formatter (~> 0.1)
@@ -173,7 +173,7 @@ GEM
173173
rspec-support (~> 3.9)
174174
rspec-support (3.10.0)
175175
simplecov-html (0.12.3)
176-
simplecov_json_formatter (0.1.3)
176+
simplecov_json_formatter (0.1.4)
177177
spring (2.1.1)
178178
sprockets (4.1.1)
179179
concurrent-ruby (~> 1.0)
@@ -212,7 +212,6 @@ DEPENDENCIES
212212
byebug
213213
capybara (>= 3.36.0)
214214
jbuilder (~> 2.7)
215-
public_suffix (= 4.0.7)
216215
puma (~> 5.0)
217216
rails (~> 6.1.4)
218217
rspec-rails

0 commit comments

Comments
 (0)