aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/constants.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-10-21 01:57:00 +0200
committerMarkus Reiter2017-10-24 19:39:40 +0200
commitfd29511bae8ba381c72bbdc7effd842fc46b0fac (patch)
tree002be83e9c36f07b7580617fad549bdb7fcaf7bd /Library/Homebrew/constants.rb
parentcd61430bad2581ad7c92c4037b0c5deab84b3693 (diff)
downloadbrew-fd29511bae8ba381c72bbdc7effd842fc46b0fac.tar.bz2
Update to RuboCop 0.51.
Diffstat (limited to 'Library/Homebrew/constants.rb')
-rw-r--r--Library/Homebrew/constants.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb
index 956548640..503e845cd 100644
--- a/Library/Homebrew/constants.rb
+++ b/Library/Homebrew/constants.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
# RuboCop version used for `brew style` and `brew cask style`
-HOMEBREW_RUBOCOP_VERSION = "0.50.0"
+HOMEBREW_RUBOCOP_VERSION = "0.51.0"
HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.14.4" # has to be updated when RuboCop version changes