From 39b0e654e6250f6ce2623c119935889f06aafaf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:28:12 +0000 Subject: [PATCH] Bump the ruby-deps group across 2 directories with 2 updates Bumps the ruby-deps group with 1 update in the / directory: [rspec](https://github.com/rspec/rspec). Bumps the ruby-deps group with 1 update in the /examples/rails7 directory: [benchmark](https://github.com/ruby/benchmark). Updates `rspec` from 3.13.1 to 3.13.2 - [Commits](https://github.com/rspec/rspec/compare/rspec-v3.13.1...rspec-v3.13.2) Updates `benchmark` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/ruby/benchmark/releases) - [Commits](https://github.com/ruby/benchmark/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: benchmark dependency-version: 0.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- examples/rails7/Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d40fa820..0a8c71cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM diff-lcs (1.6.2) rack (2.2.20) rake (13.3.0) - rspec (3.13.1) + rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) diff --git a/examples/rails7/Gemfile.lock b/examples/rails7/Gemfile.lock index 3dfe4745..cefc5b67 100644 --- a/examples/rails7/Gemfile.lock +++ b/examples/rails7/Gemfile.lock @@ -73,7 +73,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) base64 (0.3.0) - benchmark (0.4.1) + benchmark (0.5.0) bigdecimal (3.3.1) bigdecimal (3.3.1-java) builder (3.3.0)