From 4f2602f639ab9919348a59dd074f09710d604cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 05:12:40 +0000 Subject: [PATCH] Bump the patch-and-minor-dependencies group across 1 directory with 3 updates Bumps the patch-and-minor-dependencies group with 3 updates in the / directory: [roda](https://github.com/jeremyevans/roda), [rubocop](https://github.com/rubocop/rubocop) and [test-unit](https://github.com/test-unit/test-unit). 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) Updates `test-unit` from 3.7.7 to 3.7.8 - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.7.7...3.7.8) --- updated-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 - dependency-name: test-unit dependency-version: 3.7.8 dependency-type: direct:development update-type: version-update:semver-patch 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 2a7e61d..3970225 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.8) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -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) @@ -99,7 +99,7 @@ GEM faraday (~> 2.0) faraday-multipart (~> 1.0) zeitwerk (~> 2.6) - test-unit (3.7.7) + test-unit (3.7.8) power_assert tilt (2.7.0) timecop (0.9.11) @@ -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)