From 8b3d513aa2a8fa5bfd394996c1366949cff39e32 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 4 Aug 2022 15:54:43 +1000 Subject: [PATCH] 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)