diff --git a/Gemfile b/Gemfile index 1983d86adf7..584aea7d9b1 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "json", "2.18.0" gem "language_server-protocol", "3.17.0.5" gem "nokogiri", "~> 1.18.10" gem "rake", "13.3.1" -gem "rubocop", "1.81.7" +gem "rubocop", "1.82.0" group :test do gem "fastimage" diff --git a/Gemfile.lock b/Gemfile.lock index cf262ec5488..2238731c472 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,7 +288,7 @@ GEM racc pathutil (0.16.2) forwardable-extended (~> 2.6) - prism (1.6.0) + prism (1.7.0) pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) @@ -302,7 +302,7 @@ GEM regexp_parser (2.11.3) rexml (3.4.2) rouge (3.30.0) - rubocop (1.81.7) + rubocop (1.82.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -310,10 +310,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.47.1, < 2.0) + rubocop-ast (>= 1.48.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.48.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-performance (1.26.1) @@ -340,7 +340,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) - unicode-emoji (4.1.0) + unicode-emoji (4.2.0) uri (1.0.3) webrick (1.9.2) @@ -373,7 +373,7 @@ DEPENDENCIES octokit pry rake (= 13.3.1) - rubocop (= 1.81.7) + rubocop (= 1.82.0) rubocop-performance safe_yaml webrick