diff --git a/CHANGELOG.md b/CHANGELOG.md index cc791d2d..3955f355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## unreleased + +* Updates rubocop to [1.62](https://github.com/rubocop/rubocop/releases/tag/v1.62.1) + ## 1.34.0 * Updates rubocop to [1.60.2](https://github.com/rubocop/rubocop/releases/tag/v1.60.2) diff --git a/Gemfile.lock b/Gemfile.lock index 4c0ba103..86bc0a04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH standard (1.34.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.60) + rubocop (~> 1.62) standard-custom (~> 1.0.0) standard-performance (~> 1.3) @@ -30,7 +30,7 @@ GEM rake (13.0.6) regexp_parser (2.8.2) rexml (3.2.6) - rubocop (1.60.2) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -38,11 +38,11 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-performance (1.20.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) diff --git a/standard.gemspec b/standard.gemspec index 8f323a97..7ed3f560 100644 --- a/standard.gemspec +++ b/standard.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.metadata["rubygems_mfa_required"] = "true" - spec.add_dependency "rubocop", "~> 1.60" + spec.add_dependency "rubocop", "~> 1.62" spec.add_dependency "lint_roller", "~> 1.0" spec.add_dependency "standard-custom", "~> 1.0.0"