From 6668aa4060174d471384a2d8006c1a994ac7a3e3 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 16 Apr 2018 02:48:29 +0200 Subject: [PATCH] Update `rubocop-cask`. --- 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 3d2a1d0f39..a98c14a387 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.54.0" -HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.18.0" # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.18.1" # has to be updated when RuboCop version changes