diff options
| author | Markus Reiter | 2017-02-12 23:07:06 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-02-12 23:07:06 +0100 |
| commit | fd7616b8939e87423ab1785a0c0f17a44c92e571 (patch) | |
| tree | 1dc4e3bb2609a05d3add8f853d6da77b51cb6221 /Library | |
| parent | e70d28cba1b42c555f025b7beb13f67d2df5a067 (diff) | |
| download | brew-fd7616b8939e87423ab1785a0c0f17a44c92e571.tar.bz2 | |
Update `rubocop-cask` to 0.11.0.
Diffstat (limited to 'Library')
| -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 033a24dd0..660cad7a3 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.10.6".freeze # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.11.0".freeze # has to be updated when RuboCop version changes |
