From af35b089f7d0c677f0b32483d841e5d992e1de46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 13:52:43 -0500 Subject: [PATCH] Bump rubocop-github from 0.16.1 to 0.16.2 in /dependencies (#1711) Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.16.1 to 0.16.2. - [Release notes](https://github.com/github/rubocop-github/releases) - [Commits](https://github.com/github/rubocop-github/compare/0.16.1...v0.16.2) --- updated-dependencies: - dependency-name: rubocop-github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index a69c6e28..485a6ec6 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.6.1" -gem "rubocop-github", "~> 0.16.1" +gem "rubocop-github", "~> 0.16.2" gem "rubocop-performance", "~>1.7.1" gem "rubocop-rails", "~> 2.7" gem "rubocop-rspec", "~> 2.4.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 00aadba9..fe016ddf 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -1,17 +1,17 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.3) + activesupport (6.1.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) ast (2.4.2) - concurrent-ruby (1.1.8) - i18n (1.8.9) + concurrent-ruby (1.1.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) - minitest (5.14.3) + minitest (5.14.4) parallel (1.20.1) parser (3.0.1.1) ast (~> 2.4.1) @@ -30,9 +30,9 @@ GEM unicode-display_width (>= 1.4.0, < 2.0) rubocop-ast (1.7.0) parser (>= 3.0.1.1) - rubocop-github (0.16.1) - rubocop (<= 1.6.1) - rubocop-performance (<= 1.7.1) + rubocop-github (0.16.2) + rubocop (<= 1.13.0) + rubocop-performance (<= 1.11.0) rubocop-rails (<= 2.7.1) rubocop-performance (1.7.1) rubocop (>= 0.82.0) @@ -54,7 +54,7 @@ PLATFORMS DEPENDENCIES rubocop (~> 1.6.1) - rubocop-github (~> 0.16.1) + rubocop-github (~> 0.16.2) rubocop-performance (~> 1.7.1) rubocop-rails (~> 2.7) rubocop-rspec (~> 2.4.0)