From 71b257358be8e91c5bca6959a5cef82271482e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:57:23 +0000 Subject: [PATCH] Bump rubocop-performance from 1.11.4 to 1.16.0 Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.11.4 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.11.4...v1.16.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index a8ff70a47..9b1b2bc8f 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'therubyrhino', '>= 2.0', platforms: :jruby # Code Quality gem 'rubocop', '~> 1.18', require: false -gem 'rubocop-performance', '~> 1.11', require: false +gem 'rubocop-performance', '~> 1.16', require: false gem 'simplecov', '~> 0.21', require: false # Middleman itself diff --git a/Gemfile.lock b/Gemfile.lock index a85520b80..bb998bad4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,8 +160,8 @@ GEM padrino-support (= 0.14.4) tilt (>= 1.4.1, < 3) padrino-support (0.14.4) - parallel (1.20.1) - parser (3.0.2.0) + parallel (1.22.1) + parser (3.2.1.0) ast (~> 2.4.1) parslet (1.8.2) protobuf-cucumber (3.10.8) @@ -185,13 +185,13 @@ GEM rack rack-test (1.1.0) rack (>= 1.0, < 3) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - regexp_parser (2.1.1) + regexp_parser (2.7.0) rexml (3.2.5) rgl (0.5.7) lazy_priority_queue (~> 0.1.0) @@ -218,9 +218,9 @@ GEM rubocop-ast (>= 1.8.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.8.0) - parser (>= 3.0.1.1) - rubocop-performance (1.11.4) + rubocop-ast (1.27.0) + parser (>= 3.2.1.0) + rubocop-performance (1.16.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.11.0) @@ -259,7 +259,7 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (2.0.0) + unicode-display_width (2.4.2) webrick (1.7.0) xpath (3.2.0) nokogiri (~> 1.8) @@ -289,7 +289,7 @@ DEPENDENCIES redcarpet (>= 3.1) rspec (~> 3.10) rubocop (~> 1.18) - rubocop-performance (~> 1.11) + rubocop-performance (~> 1.16) rubydns (~> 2.0.2) sassc (~> 2.4) simplecov (~> 0.21)