Skip to content

Commit

Permalink
Run bundle lock in each test project directory
Browse files Browse the repository at this point in the history
Following advice from @deivid-rodriguez on #1040 (comment)
  • Loading branch information
colszowka committed Dec 23, 2022
1 parent 7f44498 commit 8fdc6b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
8 changes: 4 additions & 4 deletions test_projects/monorepo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
simplecov (0.20.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand All @@ -21,7 +21,7 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
docile (1.3.4)
docile (1.4.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -36,7 +36,7 @@ GEM
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
simplecov_json_formatter (0.1.4)

PLATFORMS
ruby
Expand All @@ -49,4 +49,4 @@ DEPENDENCIES
simplecov!

BUNDLED WITH
2.2.2
2.3.26
8 changes: 4 additions & 4 deletions test_projects/parallel_tests/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
simplecov (0.20.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand All @@ -10,7 +10,7 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
docile (1.3.4)
docile (1.4.0)
parallel (1.19.2)
parallel_tests (3.1.0)
parallel
Expand All @@ -28,7 +28,7 @@ GEM
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
simplecov_json_formatter (0.1.4)

PLATFORMS
ruby
Expand All @@ -40,4 +40,4 @@ DEPENDENCIES
simplecov!

BUNDLED WITH
2.2.2
2.3.26
5 changes: 2 additions & 3 deletions test_projects/rails/rspec_rails/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
rspec-support (~> 3.9)
rspec-support (3.10.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov_json_formatter (0.1.4)
spring (2.1.1)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -212,7 +212,6 @@ DEPENDENCIES
byebug
capybara (>= 3.36.0)
jbuilder (~> 2.7)
public_suffix (= 4.0.7)
puma (~> 5.0)
rails (~> 6.1.4)
rspec-rails
Expand Down

0 comments on commit 8fdc6b9

Please sign in to comment.