From 8fdc6b94518819f69946f3531ccac5fa63cc11da Mon Sep 17 00:00:00 2001 From: Christoph Olszowka Date: Fri, 23 Dec 2022 21:05:41 +0100 Subject: [PATCH] Run bundle lock in each test project directory Following advice from @deivid-rodriguez on https://github.com/simplecov-ruby/simplecov/pull/1040#issuecomment-1364287968 --- test_projects/monorepo/Gemfile.lock | 8 ++++---- test_projects/parallel_tests/Gemfile.lock | 8 ++++---- test_projects/rails/rspec_rails/Gemfile.lock | 5 ++--- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/test_projects/monorepo/Gemfile.lock b/test_projects/monorepo/Gemfile.lock index 9b65bd56..92ea7b39 100644 --- a/test_projects/monorepo/Gemfile.lock +++ b/test_projects/monorepo/Gemfile.lock @@ -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) @@ -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) @@ -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 @@ -49,4 +49,4 @@ DEPENDENCIES simplecov! BUNDLED WITH - 2.2.2 + 2.3.26 diff --git a/test_projects/parallel_tests/Gemfile.lock b/test_projects/parallel_tests/Gemfile.lock index 7ac5bd4a..a2961eea 100644 --- a/test_projects/parallel_tests/Gemfile.lock +++ b/test_projects/parallel_tests/Gemfile.lock @@ -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) @@ -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 @@ -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 @@ -40,4 +40,4 @@ DEPENDENCIES simplecov! BUNDLED WITH - 2.2.2 + 2.3.26 diff --git a/test_projects/rails/rspec_rails/Gemfile.lock b/test_projects/rails/rspec_rails/Gemfile.lock index 3453456a..56f5d142 100644 --- a/test_projects/rails/rspec_rails/Gemfile.lock +++ b/test_projects/rails/rspec_rails/Gemfile.lock @@ -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) @@ -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) @@ -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