From 76f9f534ab90c15be3c226a86e1d59acd4f4275b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:00:41 +0000 Subject: [PATCH] Bump rubocop from 1.42.0 to 1.43.0 in /dependencies Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.42.0...v1.43.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 63431108..6bbd2e64 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem "rubocop", "~> 1.42.0" +gem "rubocop", "~> 1.43.0" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.25.1" gem "rubocop-performance", "~>1.15.2" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index ec924ffe..a08e8771 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -19,16 +19,16 @@ GEM rainbow (3.1.1) regexp_parser (2.6.1) rexml (3.2.5) - rubocop (1.42.0) + rubocop (1.43.0) json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.2.1) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.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) + unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.24.1) parser (>= 3.1.1.0) rubocop-github (0.20.0) @@ -57,7 +57,7 @@ PLATFORMS ruby DEPENDENCIES - rubocop (~> 1.42.0) + rubocop (~> 1.43.0) rubocop-github (~> 0.20.0) rubocop-minitest (~> 0.25.1) rubocop-performance (~> 1.15.2)