From 05b71b80e41bdef370235f7722719e17a6c2078d Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 17 Sep 2018 00:43:29 +0200 Subject: [PATCH] Update RuboCop to 0.58.2. --- Library/Homebrew/constants.rb | 4 ++-- Library/Homebrew/test/Gemfile.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb index 559962cf5b..fc2b322c97 100644 --- a/Library/Homebrew/constants.rb +++ b/Library/Homebrew/constants.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true # RuboCop version used for `brew style` and `brew cask style` -HOMEBREW_RUBOCOP_VERSION = "0.57.2" -HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.20.0" # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_VERSION = "0.58.2" +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.21.0" # has to be updated when RuboCop version changes diff --git a/Library/Homebrew/test/Gemfile.lock b/Library/Homebrew/test/Gemfile.lock index 34b69d008f..da013e731b 100644 --- a/Library/Homebrew/test/Gemfile.lock +++ b/Library/Homebrew/test/Gemfile.lock @@ -37,10 +37,10 @@ GEM rspec-support (3.8.0) rspec-wait (0.0.9) rspec (>= 3, < 4) - rubocop (0.57.2) + rubocop (0.58.2) jaro_winkler (~> 1.5.1) parallel (~> 1.10) - parser (>= 2.5) + parser (>= 2.5, != 2.5.1.1) powerpack (~> 0.1) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) @@ -64,8 +64,8 @@ DEPENDENCIES rspec-its rspec-retry rspec-wait - rubocop (= 0.57.2) + rubocop (= 0.58.2) simplecov BUNDLED WITH - 1.16.2 + 1.16.4