From a6f91ace8ff0344db45b5be6d70aa3b4f636abcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 14:38:52 -0500 Subject: [PATCH] Bump rubocop from 1.6.1 to 1.13.0 in /dependencies (#1727) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.6.1 to 1.13.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.6.1...v1.13.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 485a6ec6..b6b70c2e 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.6.1" +gem "rubocop", "~> 1.13.0" gem "rubocop-github", "~> 0.16.2" gem "rubocop-performance", "~>1.7.1" gem "rubocop-rails", "~> 2.7" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index fe016ddf..f20815ec 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -13,21 +13,21 @@ GEM concurrent-ruby (~> 1.0) minitest (5.14.4) parallel (1.20.1) - parser (3.0.1.1) + parser (3.0.2.0) ast (~> 2.4.1) rack (2.2.3) rainbow (3.0.0) regexp_parser (2.1.1) rexml (3.2.5) - rubocop (1.6.1) + rubocop (1.13.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) + unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.7.0) parser (>= 3.0.1.1) rubocop-github (0.16.2) @@ -46,14 +46,14 @@ GEM ruby-progressbar (1.11.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) zeitwerk (2.4.2) PLATFORMS ruby DEPENDENCIES - rubocop (~> 1.6.1) + rubocop (~> 1.13.0) rubocop-github (~> 0.16.2) rubocop-performance (~> 1.7.1) rubocop-rails (~> 2.7)