diff --git a/Gemfile b/Gemfile index 0009631..21ae38f 100644 --- a/Gemfile +++ b/Gemfile @@ -19,5 +19,5 @@ group :development do # Builds windows executable gem 'ocran', '1.3.16', require: false # Ruby linter, config in .rubocop - gem 'rubocop', '~> 1.68', require: false + gem 'rubocop', '~> 1.72', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 9308d6c..db7d89c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,9 +58,10 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.0) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) launchy (2.5.2) addressable (~> 2.8) + lint_roller (1.1.0) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -81,7 +82,7 @@ GEM uri openssl (3.1.0) parallel (1.26.3) - parser (3.3.4.0) + parser (3.3.7.1) ast (~> 2.4.1) racc psych (5.1.2) @@ -118,20 +119,21 @@ GEM rake (13.2.1) rdoc (6.6.3.1) psych (>= 4.0.0) - regexp_parser (2.9.3) + regexp_parser (2.10.0) reline (0.5.7) io-console (~> 0.5) - rubocop (1.69.1) + rubocop (1.72.1) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.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.36.2) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) stringio (3.1.0) @@ -142,7 +144,7 @@ GEM date tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (1.0.2) webrick (1.8.1) win32-shortcut (0.3.0) @@ -164,7 +166,7 @@ DEPENDENCIES ocran (= 1.3.16) open-uri (~> 0.5.0) openssl (~> 3.1.0) - rubocop (~> 1.68) + rubocop (~> 1.72) win32-shortcut (~> 0.3.0) RUBY VERSION