From 99d0021dcf094505be176a050f18c390cf7e83c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 13:30:41 +0000 Subject: [PATCH] Bump rubocop from 0.73.0 to 0.74.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.73.0 to 0.74.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.73.0...v0.74.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3f7161452..b2398205f 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "minitest", "~> 5.11" gem "pry", "0.12.2" gem "rake", "~> 12.3" gem "rake-compiler", "~> 1.0" -gem "rubocop", "0.73.0" +gem "rubocop", "0.74.0" gem "rubocop-performance", "~> 1.3" gem "simplecov", "0.17.0" gem "yard", "0.9.20" diff --git a/Gemfile.lock b/Gemfile.lock index 3ac137ad3..2bf47ad67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM rake (12.3.3) rake-compiler (1.0.7) rake - rubocop (0.73.0) + rubocop (0.74.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -77,7 +77,7 @@ DEPENDENCIES pry (= 0.12.2) rake (~> 12.3) rake-compiler (~> 1.0) - rubocop (= 0.73.0) + rubocop (= 0.74.0) rubocop-performance (~> 1.3) simplecov (= 0.17.0) yard (= 0.9.20)