diff --git a/Gemfile b/Gemfile index de7c360..1f90905 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem 'htmlbeautifier', '~> 1.4' gem 'pry', '~> 0.15.0' gem 'rake', '~> 13.1' - gem 'rubocop', '~> 1.69.1', require: false + gem 'rubocop', '~> 1.69.2', require: false gem 'rubocop-performance', '~> 1.23.0', require: false gem 'solargraph', '~> 0.50.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index e91c8ce..e6b7bf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM rexml (3.3.9) roda (3.86.0) rack - rubocop (1.69.1) + rubocop (1.69.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -78,7 +78,7 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) @@ -124,7 +124,7 @@ DEPENDENCIES rackup (~> 2.2) rake (~> 13.1) roda (~> 3.86) - rubocop (~> 1.69.1) + rubocop (~> 1.69.2) rubocop-performance (~> 1.23.0) solargraph (~> 0.50.0)