diff options
| author | Markus Reiter | 2017-03-14 18:41:11 +0100 |
|---|---|---|
| committer | GitHub | 2017-03-14 18:41:11 +0100 |
| commit | 5c991f6941145156b9c26d23cce2af79b134eaef (patch) | |
| tree | b7c167b22c30cea519cd628d33516385e6f8040f /Library/Homebrew | |
| parent | b6d10769d3ac07e4b1322c9fd4781b500720f0fa (diff) | |
| parent | f6b1f88c3c7715a72a2dbd8ec9a7359450909747 (diff) | |
| download | brew-5c991f6941145156b9c26d23cce2af79b134eaef.tar.bz2 | |
Merge pull request #2341 from reitermarkus/rubocop-cask
Update RuboCop-Cask to 0.12.0.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/constants.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb index 660cad7a3..827d5827f 100644 --- a/Library/Homebrew/constants.rb +++ b/Library/Homebrew/constants.rb @@ -1,3 +1,3 @@ # RuboCop version used for `brew style` and `brew cask style` HOMEBREW_RUBOCOP_VERSION = "0.47.1".freeze -HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.11.0".freeze # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.12.0".freeze # has to be updated when RuboCop version changes |
