From 68ed4f4e27573e397546ef5185927489b3364b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:26:46 +0000 Subject: [PATCH] gems(deps): bump the ruby-dependencies group across 1 directory with 5 updates Bumps the ruby-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [benchmark](https://github.com/ruby/benchmark) | `0.4.1` | `0.5.0` | | [rspec](https://github.com/rspec/rspec) | `3.13.1` | `3.13.2` | | [pry](https://github.com/pry/pry) | `0.15.2` | `0.16.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.80.2` | `1.82.1` | | [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.7.0` | `3.8.0` | 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 `pry` from 0.15.2 to 0.16.0 - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](https://github.com/pry/pry/compare/v0.15.2...v0.16.0) Updates `rubocop` from 1.80.2 to 1.82.1 - [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.82.1) Updates `rubocop-rspec` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.7.0...v3.8.0) --- 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: pry dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop-rspec dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 10 +++++----- Gemfile.lock | 46 +++++++++++++++++++++++++--------------------- 2 files changed, 30 insertions(+), 26 deletions(-) diff --git a/Gemfile b/Gemfile index e7f37f0..1cca6f6 100644 --- a/Gemfile +++ b/Gemfile @@ -6,20 +6,20 @@ 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-rspec', '~> 3.7' + gem 'pry', '~> 0.16' + gem 'rubocop', '~> 1.82' + gem 'rubocop-rspec', '~> 3.8' end # Optional: for colored output in development diff --git a/Gemfile.lock b/Gemfile.lock index 1031526..cef1381 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,40 +2,44 @@ 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) + io-console (0.8.2) + json (2.18.0) 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) - pry (0.15.2) + prism (1.7.0) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) + reline (>= 0.6.0) racc (1.8.1) rainbow (3.1.1) regexp_parser (2.11.3) - rspec (3.13.1) + reline (0.6.3) + io-console (~> 0.5) + 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.7) 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.82.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -43,15 +47,15 @@ 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.48.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.49.0) parser (>= 3.3.7.2) - prism (~> 1.4) - rubocop-rspec (3.7.0) + prism (~> 1.7) + rubocop-rspec (3.8.0) lint_roller (~> 1.1) - rubocop (~> 1.72, >= 1.72.1) + rubocop (~> 1.81) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -62,20 +66,20 @@ GEM thor (1.4.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) - unicode-emoji (4.1.0) + unicode-emoji (4.2.0) PLATFORMS ruby x86_64-linux DEPENDENCIES - benchmark (~> 0.3) + benchmark (~> 0.5) csv (~> 3.2) - pry (~> 0.14) + pry (~> 0.16) rainbow (~> 3.1) - rspec (~> 3.12) - rubocop (~> 1.80, >= 1.80.2) - rubocop-rspec (~> 3.7) + rspec (~> 3.13) + rubocop (~> 1.82) + rubocop-rspec (~> 3.8) simplecov (~> 0.22) thor (~> 1.3)