From f6b1f88c3c7715a72a2dbd8ec9a7359450909747 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 14 Mar 2017 17:30:06 +0100 Subject: [PATCH] Update RuboCop-Cask to 0.12.0. --- 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 660cad7a33..827d5827f2 100644 --- a/Library/Homebrew/constants.rb +++ b/Library/Homebrew/constants.rb @@ -1,3 +1,3 @@ # RuboCop version used for `brew style` and `brew cask style` HOMEBREW_RUBOCOP_VERSION = "0.47.1".freeze -HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.11.0".freeze # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.12.0".freeze # has to be updated when RuboCop version changes