From 3faba80c5f29af2e53a68169a66e30d80b84f45d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:01:45 +0000 Subject: [PATCH] Bump rubocop-performance from 1.13.1 to 1.16.0 Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.13.1 to 1.16.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.13.1...v1.16.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 | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 7d0829d5..883d6706 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ group :development do # Best practices gem "rails_best_practices", "~> 1.21" - gem "rubocop-performance", "~> 1.11", require: false + gem "rubocop-performance", "~> 1.16", require: false gem "rubocop-rails_config", "~> 1.8.0" gem "rubocop-rake", "~> 0.6", require: false gem "rubocop-rspec", "~> 2.7", require: false diff --git a/Gemfile.lock b/Gemfile.lock index d0b88b4a..0ac04e40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,8 +225,8 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) ordinare (0.4.0) - parallel (1.21.0) - parser (3.1.0.0) + parallel (1.22.1) + parser (3.2.0.0) ast (~> 2.4.1) pessimize (0.4.0) bundler @@ -278,13 +278,13 @@ GEM method_source rake (>= 0.13) thor (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) ref (2.0.0) - regexp_parser (2.2.0) + regexp_parser (2.6.2) request_store (1.5.0) rack (>= 1.4) require_all (3.0.0) @@ -311,22 +311,23 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.3) - rubocop (1.24.1) + rubocop (1.44.1) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.15.1, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.15.1) - parser (>= 3.0.1.1) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.24.1) + parser (>= 3.1.1.0) rubocop-minitest (0.17.0) rubocop (>= 0.90, < 2.0) rubocop-packaging (0.5.1) rubocop (>= 0.89, < 2.0) - rubocop-performance (1.13.1) + rubocop-performance (1.16.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rails (2.13.0) @@ -394,7 +395,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (2.1.0) + unicode-display_width (2.4.2) uniform_notifier (1.14.2) web-console (3.7.0) actionview (>= 5.0) @@ -448,7 +449,7 @@ DEPENDENCIES rollbar (~> 3.2) rouge (~> 3.26) rspec-rails (~> 5.0) - rubocop-performance (~> 1.11) + rubocop-performance (~> 1.16) rubocop-rails_config (~> 1.8.0) rubocop-rake (~> 0.6) rubocop-rspec (~> 2.7)