From c20d50fc7a527fb912669c97cb3131f01aaf43f1 Mon Sep 17 00:00:00 2001 From: Josh Hagins <hagins.josh@gmail.com> Date: Tue, 15 Nov 2016 11:57:10 -0500 Subject: [PATCH] hbc/cmd/style: bump rubocop-cask to 0.10.6 --- Library/Homebrew/cask/lib/hbc/cli/style.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/lib/hbc/cli/style.rb b/Library/Homebrew/cask/lib/hbc/cli/style.rb index e036770abc..cdcc135b8c 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/style.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/style.rb @@ -23,7 +23,7 @@ module Hbc $CHILD_STATUS.success? end - RUBOCOP_CASK_VERSION = "~> 0.10.5".freeze + RUBOCOP_CASK_VERSION = "~> 0.10.6".freeze def install_rubocop Utils.capture_stderr do -- GitLab