diff options
| author | Mike McQuaid | 2018-01-07 15:39:37 +0000 |
|---|---|---|
| committer | GitHub | 2018-01-07 15:39:37 +0000 |
| commit | 09bfb2a8f0b566d592e6d1213fc632e66f8a0604 (patch) | |
| tree | f1565e7e9d5136464a8c07c6c0a49b861521f9ac /Library/Homebrew/constants.rb | |
| parent | 4438fe117592475d4ddf255c064d2fd95b541a90 (diff) | |
| parent | 1bd7d7df04321ebf39cc39d06486768df7245650 (diff) | |
| download | brew-09bfb2a8f0b566d592e6d1213fc632e66f8a0604.tar.bz2 | |
Merge pull request #3633 from MikeMcQuaid/lines_cop_version
lines_cop: flag `depends_on :perl => "1.0"`.
Diffstat (limited to 'Library/Homebrew/constants.rb')
| -rw-r--r-- | Library/Homebrew/constants.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb index 529c49feb..41274922c 100644 --- a/Library/Homebrew/constants.rb +++ b/Library/Homebrew/constants.rb @@ -2,4 +2,5 @@ # 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 |
