diff --git a/Gemfile b/Gemfile index fc275d98..ab285a45 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ end group :development do gem 'kamal', '~> 1.3' gem "letter_opener", "~> 1.7" - gem 'rubocop', '~> 1.58' + gem 'rubocop', '~> 1.59' gem 'rubocop-performance', '~> 1.19', require: false gem 'rubocop-rails', '~> 2.22', require: false gem 'web-console', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 3b1bc3e4..9da3158f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM irb (1.9.1) rdoc reline (>= 0.3.8) - json (2.7.0) + json (2.7.1) jwt (2.5.0) kamal (1.3.0) activesupport (>= 7.0) @@ -205,7 +205,7 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) orm_adapter (0.5.0) - parallel (1.23.0) + parallel (1.24.0) parser (3.2.2.4) ast (~> 2.4.1) racc @@ -259,7 +259,7 @@ GEM rake (13.1.0) rdoc (6.6.0) psych (>= 4.0.0) - regexp_parser (2.8.2) + regexp_parser (2.8.3) reline (0.4.0) io-console (~> 0.5) responders (3.1.1) @@ -267,7 +267,7 @@ GEM railties (>= 5.2) rexml (3.2.6) rollbar (3.4.2) - rubocop (1.58.0) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -367,7 +367,7 @@ DEPENDENCIES puma (~> 6.4) rails (~> 7.1.1) rollbar (~> 3.4) - rubocop (~> 1.58) + rubocop (~> 1.59) rubocop-performance (~> 1.19) rubocop-rails (~> 2.22) sassc-rails (~> 2.1.2)