From aa95cc4380fe799204989b290efc433d3dbf78ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 18:21:38 +0000 Subject: [PATCH] Bump rspec-expectations in the ruby-dependencies group Bumps the ruby-dependencies group with 1 update: [rspec-expectations](https://github.com/rspec/rspec-expectations). Updates `rspec-expectations` from 3.13.3 to 3.13.4 - [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/commits) --- updated-dependencies: - dependency-name: rspec-expectations dependency-version: 3.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 70075a903..f7197868b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: base64 (0.2.0) - diff-lcs (1.5.1) + diff-lcs (1.6.1) erubis (2.7.0) excon (1.2.5) logger @@ -35,12 +35,12 @@ GEM rrrretry (1.0.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rspec-expectations (3.13.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.13.1) + rspec-support (3.13.3) sem_version (2.0.1) thor (1.3.2) threaded (0.0.4)