From aabdf5014f43e194935f5f6082dfb5cf1dc0e92a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:52:47 +0000 Subject: [PATCH] Bump the minor-updates group with 3 updates Bumps the minor-updates group with 3 updates: [puma](https://github.com/puma/puma), [sequel](https://github.com/jeremyevans/sequel) and [rubocop](https://github.com/rubocop/rubocop). Updates `puma` from 6.5.0 to 6.6.0 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v6.5.0...v6.6.0) Updates `sequel` from 5.88.0 to 5.89.0 - [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG) - [Commits](https://github.com/jeremyevans/sequel/compare/5.88.0...5.89.0) Updates `rubocop` from 1.71.0 to 1.71.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.71.0...v1.71.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: sequel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4795079..fa4e35e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM hashdiff (1.1.1) heroku-log-parser (0.4.0) json (2.9.1) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) logger (1.6.3) mini_portile2 (2.8.8) net-http (0.6.0) @@ -31,7 +31,7 @@ GEM ast (~> 2.4.1) racc public_suffix (6.0.1) - puma (6.5.0) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -57,17 +57,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.71.0) + rubocop (1.71.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) @@ -75,7 +75,7 @@ GEM rubocop-sequel (0.3.8) rubocop (~> 1.0) ruby-progressbar (1.13.0) - sequel (5.88.0) + sequel (5.89.0) bigdecimal sqlite3 (2.5.0) mini_portile2 (~> 2.8.0)