diff options
| author | Mike McQuaid | 2018-01-07 15:40:42 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2018-01-15 16:17:32 +0000 |
| commit | 8cd0d85afba1bd07a6af24ffca54518ec8ff0d1c (patch) | |
| tree | 33657be8b68f351301f1c248e86d54d07dd53757 /Library/Homebrew/constants.rb | |
| parent | 3e8b0577fae5aaa3afaa3d38aae9d1ff55207412 (diff) | |
| download | brew-8cd0d85afba1bd07a6af24ffca54518ec8ff0d1c.tar.bz2 | |
rubocop 0.52.1
Diffstat (limited to 'Library/Homebrew/constants.rb')
| -rw-r--r-- | Library/Homebrew/constants.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb index 41274922c..9514320ab 100644 --- a/Library/Homebrew/constants.rb +++ b/Library/Homebrew/constants.rb @@ -1,6 +1,5 @@ # frozen_string_literal: true # RuboCop version used for `brew style` and `brew cask style` -HOMEBREW_RUBOCOP_VERSION = "0.51.0" -HOMEBREW_RUBOCOP_PARSER_VERSION = "2.4.0.0" # for Ruby 2.3.3 -HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.15.1" # has to be updated when RuboCop version changes +HOMEBREW_RUBOCOP_VERSION = "0.52.1" +HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.16.0" # has to be updated when RuboCop version changes |
