From 5a70985e0e0995b7e2f8dfb86a2627e50d502694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 08:50:45 +0000 Subject: [PATCH 1/2] Bump rspec-rails from 5.0.2 to 5.1.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.0.2 to 5.1.2. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v5.0.2...v5.1.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d91a1c23b5..3356944ac4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -251,7 +251,7 @@ GEM devise (>= 4.8.0) devise-token_authenticatable (1.1.0) devise (>= 4.0.0, < 5.0.0) - diff-lcs (1.4.4) + diff-lcs (1.5.0) digest (3.1.0) docile (1.4.0) dotenv (2.7.6) @@ -516,15 +516,15 @@ GEM rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) + rspec-core (3.10.2) rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec-expectations (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-mocks (3.10.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (5.0.2) + rspec-rails (5.1.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -534,7 +534,7 @@ GEM rspec-support (~> 3.10) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.10.2) + rspec-support (3.10.3) rswag-api (2.5.1) railties (>= 3.1, < 7.1) rswag-specs (2.5.1) From 8b3d513aa2a8fa5bfd394996c1366949cff39e32 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 4 Aug 2022 15:54:43 +1000 Subject: [PATCH 2/2] Don't upgrade rspec-mocks which seems to be buggy One of our specs failed even though it was correct: - spec/controllers/spree/admin/base_controller_spec.rb --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3356944ac4..256645bb3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -521,7 +521,7 @@ GEM rspec-expectations (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-mocks (3.10.3) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-rails (5.1.2)