From 6ace4d92981b24908dd00b01e0640cc4ac423db1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 11:22:04 +0000 Subject: [PATCH] Bump rubocop from 0.79.0 to 0.80.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.79.0 to 0.80.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.79.0...v0.80.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 6b4cfa4c4..226dc6542 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "rake", "~> 13.0" gem "byebug", "~> 11.1" gem "minitest", "~> 5.14" gem "simctl", "~> 1.6" -gem "rubocop", "~> 0.79.0" +gem "rubocop", "~> 0.80.0" gem "encrypted-environment", "~> 0.2.0" gem "google-cloud-storage", "~> 1.25" gem "colorize", "~> 0.8.1" diff --git a/Gemfile.lock b/Gemfile.lock index ffb31136d..dc12a6419 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM netrc (0.11.0) os (1.0.1) parallel (1.19.1) - parser (2.7.0.1) + parser (2.7.0.2) ast (~> 2.4.0) public_suffix (4.0.3) rainbow (3.0.0) @@ -144,11 +144,13 @@ GEM declarative-option (< 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rubocop (0.79.0) + rexml (3.2.4) + rubocop (0.80.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + rexml ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-macho (1.4.0) @@ -165,7 +167,7 @@ GEM tzinfo (1.2.5) thread_safe (~> 0.1) uber (0.1.0) - unicode-display_width (1.6.0) + unicode-display_width (1.6.1) xcodeproj (1.15.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) @@ -186,7 +188,7 @@ DEPENDENCIES highline (~> 2.0) minitest (~> 5.14) rake (~> 13.0) - rubocop (~> 0.79.0) + rubocop (~> 0.80.0) simctl (~> 1.6) xcodeproj (~> 1.15)