From 42e4deb90c80b2d798c6f556827af59228737b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:26:01 +0000 Subject: [PATCH] Bump the ruby group with 2 updates Bumps the ruby group with 2 updates: [rake](https://github.com/ruby/rake) and [rspec](https://github.com/rspec/rspec). Updates `rake` from 13.2.1 to 13.3.0 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.2.1...v13.3.0) Updates `rspec` from 3.13.0 to 3.13.1 - [Commits](https://github.com/rspec/rspec/compare/rspec-metagem-v3.13.0...rspec-v3.13.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rspec dependency-version: 3.13.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4323d8b..3ac8f1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM bigdecimal (3.1.9) concurrent-ruby (1.3.5) connection_pool (2.5.3) - diff-lcs (1.6.1) + diff-lcs (1.6.2) drb (2.2.1) i18n (1.14.7) concurrent-ruby (~> 1.0) @@ -42,21 +42,21 @@ GEM racc (1.8.1) rack (3.1.14) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) regexp_parser (2.10.0) - rspec (3.13.0) + rspec (3.13.1) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.3) + rspec-core (3.13.4) rspec-support (~> 3.13.0) - rspec-expectations (3.13.4) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.4) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.3) + rspec-support (3.13.4) rubocop (1.75.5) json (~> 2.3) language_server-protocol (~> 3.17.0.2)