From 611aab7255480b562f9d9654cb3c2bbca093e6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:14:06 +0000 Subject: [PATCH] Bump the patch-and-minor-dependencies group with 3 updates Bumps the patch-and-minor-dependencies group with 3 updates: [puma](https://github.com/puma/puma), [roda](https://github.com/jeremyevans/roda) and [rubocop](https://github.com/rubocop/rubocop). Updates `puma` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](https://github.com/puma/puma/compare/v8.0.1...v8.0.2) Updates `roda` from 3.103.0 to 3.104.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](https://github.com/jeremyevans/roda/compare/3.103.0...3.104.0) Updates `rubocop` from 1.86.1 to 1.87.0 - [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.86.1...v1.87.0) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: roda dependency-version: 3.104.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 3d924fc..620f3c1 100644 --- a/Gemfile +++ b/Gemfile @@ -6,14 +6,14 @@ gem 'dotenv', '~> 3.2' gem 'puma', '~> 8.0' gem 'rackup', '~> 2.3' gem 'rake', '~> 13.4' -gem 'roda', '~> 3.103' +gem 'roda', '~> 3.104' gem 'sucker_punch', '~> 3.3' gem 'telegram-bot-ruby', '~> 2.7' gem 'tilt', '~> 2.7' group :development do gem 'pry' - gem 'rubocop', '~> 1.86' + gem 'rubocop', '~> 1.87' gem 'rubocop-performance', '~> 1.26' gem 'rubocop-rake', '~> 0.7.1' gem 'test-unit', '~> 3.7' diff --git a/Gemfile.lock b/Gemfile.lock index e1cb04d..7189bc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM net-http (~> 0.5) ice_nine (0.11.2) io-console (0.8.2) - json (2.19.5) + json (2.19.7) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -57,7 +57,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) reline (>= 0.6.0) - puma (8.0.1) + puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -68,9 +68,9 @@ GEM regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) - roda (3.103.0) + roda (3.104.0) rack - rubocop (1.86.1) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -119,8 +119,8 @@ DEPENDENCIES puma (~> 8.0) rackup (~> 2.3) rake (~> 13.4) - roda (~> 3.103) - rubocop (~> 1.86) + roda (~> 3.104) + rubocop (~> 1.87) rubocop-performance (~> 1.26) rubocop-rake (~> 0.7.1) sucker_punch (~> 3.3)