From 02e681b5563bf8f5389eb255e1e68a76b2197f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:56:58 +0000 Subject: [PATCH] Build(deps): Bump rspec-expectations from 3.13.2 to 3.13.3 in /spec Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.13.2 to 3.13.3. - [Release notes](https://github.com/rspec/rspec-expectations/releases) - [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-expectations/compare/v3.13.2...v3.13.3) --- updated-dependencies: - dependency-name: rspec-expectations dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spec/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index 22d8c279..1bbfbe26 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -20,7 +20,7 @@ GEM rspec-mocks (~> 3.13.0) rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.2) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1)