From 8a29244965259e9cdff759684b4b4d276a4704db Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Thu, 29 Mar 2018 21:07:04 +0200 Subject: [PATCH] Update to RuboCop 0.54 --- Library/Homebrew/constants.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb index 9ecb727e3b..3d2a1d0f39 100644 --- a/Library/Homebrew/constants.rb +++ b/Library/Homebrew/constants.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true # RuboCop version used for `brew style` and `brew cask style` -HOMEBREW_RUBOCOP_VERSION = "0.53.0" -HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.17.3" # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_VERSION = "0.54.0" +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.18.0" # has to be updated when RuboCop version changes