From b92a8ca9cd837722a096d45408f9d42b929d3f41 Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Tue, 26 Dec 2023 11:13:23 -0500 Subject: [PATCH] Updates Rubocop Perf to 1.20.1 you know, if you say one twenty one it's hard to discern if it's 1.20.1 or 1.21? --- CHANGELOG.md | 4 ++++ Gemfile.lock | 12 ++++++------ standard-performance.gemspec | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc09c8..bc3453c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased + +- Updates rubocop-performance from 1.19.1 to [1.20.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.20.1) + ## [1.2.1] - Updates rubocop-performance from 1.19.0 to [1.19.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.19.1) diff --git a/Gemfile.lock b/Gemfile.lock index cbf25a7..7ba771d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: standard-performance (1.2.1) lint_roller (~> 1.1) - rubocop-performance (~> 1.19.1) + rubocop-performance (~> 1.20.1) GEM remote: https://rubygems.org/ @@ -36,11 +36,11 @@ GEM rubocop-ast (>= 1.28.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-performance (1.19.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) + rubocop-performance (1.20.1) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) standard (1.30.1) language_server-protocol (~> 3.17.0.2) @@ -66,4 +66,4 @@ DEPENDENCIES standard-performance! BUNDLED WITH - 2.4.10 + 2.4.12 diff --git a/standard-performance.gemspec b/standard-performance.gemspec index c1b5d68..2b8e55c 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.19.1" + spec.add_dependency "rubocop-performance", "~> 1.20.1" end