From 9c9a9d92e4b3084d2f04c1b668a3f20c92c11340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:01:21 +0000 Subject: [PATCH] Bump the all-bundler group with 5 updates Bumps the all-bundler group with 5 updates: | Package | From | To | | --- | --- | --- | | [minitest](https://github.com/minitest/minitest) | `5.26.2` | `6.0.1` | | [minitest-focus](https://github.com/seattlerb/minitest-focus) | `1.4.0` | `1.4.1` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.18.10` | `1.19.0` | | [dotenv](https://github.com/bkeepers/dotenv) | `3.1.8` | `3.2.0` | | [pry](https://github.com/pry/pry) | `0.15.2` | `0.16.0` | Updates `minitest` from 5.26.2 to 6.0.1 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.26.2...v6.0.1) Updates `minitest-focus` from 1.4.0 to 1.4.1 - [Changelog](https://github.com/minitest/minitest-focus/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/minitest-focus/compare/v1.4.0...v1.4.1) Updates `nokogiri` from 1.18.10 to 1.19.0 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.10...v1.19.0) Updates `dotenv` from 3.1.8 to 3.2.0 - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v3.1.8...v3.2.0) 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) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-bundler - dependency-name: minitest-focus dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-bundler - dependency-name: nokogiri dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-bundler - dependency-name: dotenv dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-bundler - dependency-name: pry dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2e8a3c6..e012477 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,37 +22,42 @@ GEM bigdecimal (3.3.1) builder (3.3.0) coderay (1.1.3) - dotenv (3.1.8) + dotenv (3.2.0) + io-console (0.8.2) jmespath (1.6.2) json (2.16.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) method_source (1.1.0) - minitest (5.26.2) - minitest-focus (1.4.0) - minitest (>= 4, < 6) + minitest (6.0.1) + prism (~> 1.5) + minitest-focus (1.4.1) + minitest (> 5.0) minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.0-x86_64-linux-gnu) racc (~> 1.4) parallel (1.27.0) parser (3.3.10.0) ast (~> 2.4.1) racc prism (1.6.0) - pry (0.15.2) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) + reline (>= 0.6.0) racc (1.8.1) rainbow (3.1.1) rake (13.3.1) regexp_parser (2.11.3) + reline (0.6.3) + io-console (~> 0.5) rubocop (1.81.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2)