From 5cf8fa57279da551ca7ab8a31c1834357a2bfba1 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 17 Apr 2018 10:59:25 +0200 Subject: [PATCH] Update `rubocop-cask` to 0.19. --- 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 3e20ed7c2b..25326075e5 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.55.0" -HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.18.1" # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.19.0" # has to be updated when RuboCop version changes