diff --git a/Gemfile b/Gemfile index 5da70a0..97d779b 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'bundler', '~> 2.6' gem 'bundler-audit', '>= 0' gem 'minitest', '~> 6.0' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.84' +gem 'rubocop', '~> 1.86' gem 'rubocop-minitest', '>= 0' gem 'rubocop-performance', '>= 0' gem 'rubocop-rails', '>= 0' diff --git a/Gemfile.lock b/Gemfile.lock index ba21ada..d28543d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM drb (2.2.3) i18n (1.14.8) concurrent-ruby (~> 1.0) - json (2.18.1) + json (2.19.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -55,7 +55,7 @@ GEM rainbow (3.1.1) rake (13.3.1) regexp_parser (2.11.3) - rubocop (1.84.2) + rubocop (1.86.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -66,7 +66,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-minitest (0.38.2) @@ -130,7 +130,7 @@ DEPENDENCIES hierarchable! minitest (~> 6.0) rake (~> 13.0) - rubocop (~> 1.84) + rubocop (~> 1.86) rubocop-minitest rubocop-performance rubocop-rails