From d343c28b37368fdfb713add37a55ec0994a7ec5e Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 14 Mar 2018 16:50:33 +0100 Subject: [PATCH] Update `rubocop-cask` to 0.17.3. --- Library/Homebrew/constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb index 77c69f3e43..9ecb727e3b 100644 --- a/Library/Homebrew/constants.rb +++ b/Library/Homebrew/constants.rb @@ -2,4 +2,4 @@ # RuboCop version used for `brew style` and `brew cask style` HOMEBREW_RUBOCOP_VERSION = "0.53.0" -HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.17.0" # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.17.3" # has to be updated when RuboCop version changes