diff --git a/CHANGELOG.md b/CHANGELOG.md index 95866c0..23fb98a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [Unreleased] + +- Updates rubocop-performance from 1.20.1 to [1.20.2](https://github.com/rubocop/rubocop-performance/releases/tag/v1.20.2) + ## [1.3.0] - Updates rubocop-performance from 1.19.1 to [1.20.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.20.1) diff --git a/Gemfile.lock b/Gemfile.lock index 15b77ee..1fed96e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,13 +3,13 @@ PATH specs: standard-performance (1.3.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.20.1) + rubocop-performance (~> 1.20.2) GEM remote: https://rubygems.org/ specs: ast (2.4.2) - json (2.6.3) + json (2.7.1) language_server-protocol (3.17.0.3) lint_roller (1.1.0) m (1.6.1) @@ -17,41 +17,42 @@ GEM rake (>= 0.9.2.2) method_source (1.0.0) minitest (5.19.0) - parallel (1.23.0) - parser (3.2.2.3) + parallel (1.24.0) + parser (3.3.0.2) ast (~> 2.4.1) racc - racc (1.7.1) + racc (1.7.3) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.8.1) + regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.52.1) + rubocop (1.59.0) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.30.0, < 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-performance (1.20.1) + rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) - standard (1.30.1) + standard (1.33.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.52.0) + rubocop (~> 1.59.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.1.0) + standard-performance (~> 1.3) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) PLATFORMS arm64-darwin-22 diff --git a/standard-performance.gemspec b/standard-performance.gemspec index 2b8e55c..d14f96f 100644 --- a/standard-performance.gemspec +++ b/standard-performance.gemspec @@ -29,5 +29,5 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_dependency "lint_roller", "~> 1.1" - spec.add_dependency "rubocop-performance", "~> 1.20.1" + spec.add_dependency "rubocop-performance", "~> 1.20.2" end