From faa783781444ad8cf22e1728f1737ef52f3c2522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:01:14 +0000 Subject: [PATCH] Bump rubocop-performance from 1.20.2 to 1.21.0 Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.20.2 to 1.21.0. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.20.2...v1.21.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index e830e14..b9673de 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :development, :test do # Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool. gem "rubocop-rspec", "~> 2.25" # A collection of RuboCop cops to check for performance optimizations in Ruby code. - gem "rubocop-performance", "~> 1.18" + gem "rubocop-performance", "~> 1.21" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index e61ebb0..3db3010 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -157,7 +157,7 @@ GEM irb (1.12.0) rdoc reline (>= 0.4.2) - json (2.7.1) + json (2.7.2) jsonapi-renderer (0.2.2) language_server-protocol (3.17.0.3) launchy (2.5.2) @@ -213,7 +213,7 @@ GEM orm_adapter (0.5.0) pagy (7.0.9) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -306,7 +306,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.13.1) - rubocop (1.62.0) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -317,15 +317,15 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.1) + rubocop-ast (1.31.2) parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-performance (1.20.2) + rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.24.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -424,7 +424,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0, >= 1.0.5) rails-i18n (~> 7.0) rspec-rails (~> 6.0) - rubocop-performance (~> 1.18) + rubocop-performance (~> 1.21) rubocop-rails (~> 2.22) rubocop-rspec (~> 2.25) shoulda-matchers (~> 5.3)