diff --git a/Gemfile b/Gemfile index 1fbd4cbf..441625b5 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pry-byebug', '~> 3.10' gem 'rake', '~> 13.1.0' gem 'redcarpet', '~> 3.6.0' gem 'rspec', '~> 3.12.0' -gem 'rubocop', '~> 1.57.2' +gem 'rubocop', '~> 1.59.0' gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.19.1' gem 'rubocop-rake', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index cf2e19f2..5040070a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,11 +13,11 @@ GEM coderay (1.1.3) diff-lcs (1.5.0) docile (1.4.0) - json (2.6.3) + json (2.7.1) language_server-protocol (3.17.0.3) method_source (1.0.0) netrc (0.11.0) - parallel (1.23.0) + parallel (1.24.0) parser (3.2.2.4) ast (~> 2.4.1) racc @@ -27,7 +27,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - racc (1.7.2) + racc (1.7.3) rainbow (3.1.1) rake (13.1.0) rbi (0.0.17) @@ -36,7 +36,7 @@ GEM sorbet-runtime (>= 0.5.9204) unparser (>= 0.5.6) redcarpet (3.6.0) - regexp_parser (2.8.2) + regexp_parser (2.8.3) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -51,7 +51,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.57.2) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -59,7 +59,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) @@ -129,7 +129,7 @@ DEPENDENCIES rake (~> 13.1.0) redcarpet (~> 3.6.0) rspec (~> 3.12.0) - rubocop (~> 1.57.2) + rubocop (~> 1.59.0) rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.19.1) rubocop-rake (~> 0.6.0)