From 8564bd18c247534d5ab2ed2fd5d21fd358b934dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:32:56 +0000 Subject: [PATCH] gems(deps): bump the ruby-dependencies group across 1 directory with 3 updates Bumps the ruby-dependencies group with 3 updates in the / directory: [benchmark](https://github.com/ruby/benchmark), [rspec](https://github.com/rspec/rspec) and [rubocop](https://github.com/rubocop/rubocop). 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) 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 `rubocop` from 1.80.2 to 1.81.6 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.80.2...v1.81.6) --- updated-dependencies: - dependency-name: benchmark dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: rubocop dependency-version: 1.81.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 6 +++--- Gemfile.lock | 28 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index e7f37f0..d34661d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,19 +6,19 @@ ruby '>= 2.7.0' gem 'thor', '~> 1.3' # Standard library gems (required for Ruby 3.4+) -gem 'benchmark', '~> 0.3' +gem 'benchmark', '~> 0.5' gem 'csv', '~> 3.2' # Testing group :test do - gem 'rspec', '~> 3.12' + gem 'rspec', '~> 3.13' gem 'simplecov', '~> 0.22' end # Development tools group :development do gem 'pry', '~> 0.14' - gem 'rubocop', '~> 1.80', '>= 1.80.2' + gem 'rubocop', '~> 1.81' gem 'rubocop-rspec', '~> 3.7' end diff --git a/Gemfile.lock b/Gemfile.lock index 1031526..24515ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,40 +2,40 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.3) - benchmark (0.4.1) + benchmark (0.5.0) coderay (1.1.3) csv (3.3.5) diff-lcs (1.6.2) docile (1.4.1) - json (2.13.2) + json (2.15.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) method_source (1.1.0) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.0) ast (~> 2.4.1) racc - prism (1.5.1) + prism (1.6.0) pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) racc (1.8.1) rainbow (3.1.1) regexp_parser (2.11.3) - rspec (3.13.1) + rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.5) + rspec-core (3.13.6) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.5) + rspec-mocks (3.13.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.5) - rubocop (1.80.2) + rspec-support (3.13.6) + rubocop (1.81.6) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -43,10 +43,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.46.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-rspec (3.7.0) @@ -69,12 +69,12 @@ PLATFORMS x86_64-linux DEPENDENCIES - benchmark (~> 0.3) + benchmark (~> 0.5) csv (~> 3.2) pry (~> 0.14) rainbow (~> 3.1) - rspec (~> 3.12) - rubocop (~> 1.80, >= 1.80.2) + rspec (~> 3.13) + rubocop (~> 1.81) rubocop-rspec (~> 3.7) simplecov (~> 0.22) thor (~> 1.3)