From a4495837f2656860272a4b187deb9ddda653d894 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2019 09:23:34 +0800 Subject: [PATCH] Bump rubocop from 0.76.0 to 0.77.0 (#104) * Bump rubocop from 0.76.0 to 0.77.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.76.0 to 0.77.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.76.0...v0.77.0) Signed-off-by: dependabot-preview[bot] * Update .rubocop.yml --- .rubocop.yml | 4 ++-- Gemfile.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 76dd0f6..a6284d8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -8,7 +8,7 @@ AllCops: Layout/EndOfLine: EnforcedStyle: lf -Layout/IndentHeredoc: +Layout/HeredocIndentation: Enabled: false Metrics/AbcSize: @@ -39,7 +39,7 @@ Metrics/PerceivedComplexity: Naming/HeredocDelimiterNaming: Enabled: false -Naming/UncommunicativeMethodParamName: +Naming/MethodParameterName: Enabled: false Style/FormatStringToken: diff --git a/Gemfile.lock b/Gemfile.lock index 51b4279..bda660f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,9 +13,9 @@ GEM docile (1.3.2) elftools (1.1.1) bindata (~> 2) - jaro_winkler (1.5.3) + jaro_winkler (1.5.4) json (2.2.0) - parallel (1.18.0) + parallel (1.19.1) parser (2.6.5.0) ast (~> 2.4.0) rainbow (3.0.0) @@ -33,7 +33,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - rubocop (0.76.0) + rubocop (0.77.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6)