From 42d8c8cfaf9f4b896a2948bdcac82f31cfddf775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:04:51 +0000 Subject: [PATCH] Bump rubocop-performance from 1.16.0 to 1.20.0 Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.16.0 to 1.20.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.16.0...v1.20.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 | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index f88cee4e..fb965267 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ group :development do gem 'better_errors' gem 'binding_of_caller' # Needed by better_errors to enable html console gem 'rubocop', '~> 1.48', require: false - gem 'rubocop-performance', '~> 1.16', require: false + gem 'rubocop-performance', '~> 1.20', require: false gem 'rubocop-rails', '~> 2.18', require: false gem 'rubocop-rspec', '~> 2.19', require: false gem 'seed_box' diff --git a/Gemfile.lock b/Gemfile.lock index 366b08a5..8798bfb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM irb (1.8.3) rdoc reline (>= 0.3.8) - json (2.6.3) + json (2.7.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -217,9 +217,10 @@ GEM paper_trail (14.0.0) activerecord (>= 6.0) request_store (~> 1.4) - parallel (1.22.1) - parser (3.2.1.1) + parallel (1.24.0) + parser (3.2.2.4) ast (~> 2.4.1) + racc pg (1.5.3) pg_search (2.3.6) activerecord (>= 5.2) @@ -279,7 +280,7 @@ GEM rake (13.0.6) rdoc (6.5.0) psych (>= 4.0.0) - regexp_parser (2.7.0) + regexp_parser (2.8.3) reline (0.3.9) io-console (~> 0.5) request_store (1.5.1) @@ -287,7 +288,7 @@ GEM responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.5) + rexml (3.2.6) rspec-core (3.12.1) rspec-support (~> 3.12.0) rspec-expectations (3.12.2) @@ -315,13 +316,13 @@ GEM rubocop-ast (>= 1.26.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.27.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-capybara (2.17.1) rubocop (~> 1.41) - rubocop-performance (1.16.0) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) + rubocop-performance (1.20.0) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) rubocop-rails (2.18.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -354,7 +355,7 @@ GEM timeout (0.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) warden (1.2.9) rack (>= 2.0.9) webrick (1.8.1) @@ -394,7 +395,7 @@ DEPENDENCIES rails (~> 7.1.1) rspec-rails rubocop (~> 1.48) - rubocop-performance (~> 1.16) + rubocop-performance (~> 1.20) rubocop-rails (~> 2.18) rubocop-rspec (~> 2.19) seed_box