aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Hagins2016-10-17 23:56:02 -0400
committerGitHub2016-10-17 23:56:02 -0400
commit1fd7d525058cb9006ab99d5597d39bac2d7218ae (patch)
treee7130451e86add3d36b5cb13518c0ed53b08e672
parent0296439c832a915be9b73456c0c26bc6c79c271d (diff)
parente9863a71f6106596bf99f87ddf781536436bb2cf (diff)
downloadbrew-1fd7d525058cb9006ab99d5597d39bac2d7218ae.tar.bz2
Merge pull request #1291 from Homebrew/cask/bump-rubocop-cask
hbc/cli/style: bump RUBOCOP_CASK_VERSION
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/style.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/style.rb b/Library/Homebrew/cask/lib/hbc/cli/style.rb
index bb179fb0c..c6a08671f 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.0".freeze
+ RUBOCOP_CASK_VERSION = "~> 0.10.4".freeze
def install_rubocop
Utils.capture_stderr do