diff --git a/Gemfile b/Gemfile index b6a708b..69beb3a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,14 +7,14 @@ gem 'http', '~> 5.3' gem 'puma', '~> 7.2' gem 'rackup', '~> 2.3' gem 'rake', '~> 13.3' -gem 'roda', '~> 3.100' +gem 'roda', '~> 3.101' gem 'sucker_punch', '~> 3.3' gem 'telegram-bot-ruby', '~> 2.5' gem 'tilt', '~> 2.7' group :development do gem 'pry' - gem 'rubocop', '~> 1.84' + gem 'rubocop', '~> 1.85' 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 8f4d528..a4d3e5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,19 +55,24 @@ GEM ice_nine (0.11.2) io-console (0.8.2) json (2.18.1) + json-schema (6.1.0) + addressable (~> 2.8) + bigdecimal (>= 3.1, < 5) language_server-protocol (3.17.0.5) lint_roller (1.1.0) llhttp-ffi (0.5.1) ffi-compiler (~> 1.0) rake (~> 13.0) logger (1.7.0) + mcp (0.7.1) + json-schema (>= 4.1) method_source (1.1.0) multipart-post (2.4.1) net-http (0.9.1) uri (>= 0.11.1) nio4r (2.7.5) parallel (1.27.0) - parser (3.3.10.1) + parser (3.3.10.2) ast (~> 2.4.1) racc power_assert (3.0.1) @@ -88,12 +93,13 @@ GEM regexp_parser (2.11.3) reline (0.6.3) io-console (~> 0.5) - roda (3.100.0) + roda (3.101.0) rack - rubocop (1.84.0) + rubocop (1.85.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) + mcp (~> 0.6) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -140,8 +146,8 @@ DEPENDENCIES puma (~> 7.2) rackup (~> 2.3) rake (~> 13.3) - roda (~> 3.100) - rubocop (~> 1.84) + roda (~> 3.101) + rubocop (~> 1.85) rubocop-performance (~> 1.26) rubocop-rake (~> 0.7.1) sucker_punch (~> 3.3)