diff --git a/Gemfile b/Gemfile index c2e3127..58ca78c 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ gemspec group :development, :test do gem 'rake', '~> 13.0.1' gem 'pry-byebug' - gem 'rubocop', '~> 0.66.0' + gem 'rubocop', '~> 1.64.1' end diff --git a/Gemfile.lock b/Gemfile.lock index 876e0bf..697937b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,10 +14,11 @@ GEM ethon (0.16.0) ffi (>= 1.15.0) ffi (1.16.3) - jaro_winkler (1.5.6) + json (2.7.2) + language_server-protocol (3.17.0.3) method_source (1.0.0) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.2.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -26,11 +27,12 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.1.2) - stringio - racc (1.7.3) + racc (1.8.0) rainbow (3.1.1) rake (13.0.6) + regexp_parser (2.9.2) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -44,19 +46,24 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (0.66.0) - jaro_winkler (~> 1.5.1) + rubocop (1.64.1) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 2.5, != 2.5.1.1) - psych (>= 3.1.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.6) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) ruby-progressbar (1.13.0) - stringio (3.1.0) + strscan (3.1.0) typhoeus (1.4.1) ethon (>= 0.9.0) - unicode-display_width (1.5.0) + unicode-display_width (2.5.0) PLATFORMS arm64-darwin-23 @@ -67,7 +74,7 @@ DEPENDENCIES pry-byebug rake (~> 13.0.1) rspec (~> 3.6, >= 3.6.0) - rubocop (~> 0.66.0) + rubocop (~> 1.64.1) BUNDLED WITH 2.5.4