From 44147409e3046098222d82bd8245e1c0eb1131d0 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 20 Oct 2017 16:07:27 +0200 Subject: [PATCH] Update `rubocop-cask` version. --- 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 b122946c8f..956548640e 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.50.0" -HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.14.2" # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.14.4" # has to be updated when RuboCop version changes