diff options
| author | Markus Reiter | 2016-09-29 17:09:25 +0200 |
|---|---|---|
| committer | GitHub | 2016-09-29 17:09:25 +0200 |
| commit | 0b5fea7275a70a6dc479059fab5000c8f9698824 (patch) | |
| tree | ce4b19a6e49ac6a3337d4043db1ae930f99921f4 /Library/Homebrew | |
| parent | 8608e48f09a5daa1de6f8243ad33f38f14ae6f2e (diff) | |
| parent | 0f71573df45db4652c8d7a1f1794001558fc25f1 (diff) | |
| download | brew-0b5fea7275a70a6dc479059fab5000c8f9698824.tar.bz2 | |
Merge pull request #1181 from reitermarkus/rubocop-cask
Update `rubocop-cask` to 0.10.0.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/style.rb | 2 |
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 638e25685..66117da8b 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.8.3".freeze + RUBOCOP_CASK_VERSION = "~> 0.10.0".freeze def install_rubocop Utils.capture_stderr do |
