From ce84b1a1004462820863e382aaa51fc9985e058a Mon Sep 17 00:00:00 2001 From: Andrew White Date: Mon, 29 Apr 2024 13:38:17 +0100 Subject: [PATCH] Upgrade shoulda-matchers gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index feae6009b..755b736ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -368,7 +368,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - shoulda-matchers (5.3.0) + shoulda-matchers (6.2.0) activesupport (>= 5.2.0) simplecov (0.16.1) docile (~> 1.1)