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)