diff --git a/Gemfile b/Gemfile index f9f2e3a..a9837d7 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rake", "~> 13.2" gem "rspec", "~> 3.13" -gem "rubocop", "~> 1.69" +gem "rubocop", "~> 1.71" gem "rubocop-performance" gem "rubocop-rake" gem "rubocop-rspec" diff --git a/Gemfile.lock b/Gemfile.lock index 62b7c75..eda65c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.1) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) launchy (3.0.1) addressable (~> 2.8) childprocess (~> 5.0) @@ -67,7 +67,7 @@ GEM minitest (5.25.4) mutex_m (0.3.0) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc prism (1.2.0) @@ -102,17 +102,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.69.2) + rubocop (1.71.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) @@ -172,7 +172,7 @@ DEPENDENCIES fakefs rake (~> 13.2) rspec (~> 3.13) - rubocop (~> 1.69) + rubocop (~> 1.71) rubocop-performance rubocop-rake rubocop-rspec