aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/constants.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-09-24 19:10:57 +0100
committerMike McQuaid2017-09-24 21:23:59 +0100
commit9eb51db400261545822c8c03c2e9d587d70e8ad0 (patch)
tree87bfb84c871f632f109ecdc76c53d6e99552b9c5 /Library/Homebrew/constants.rb
parent82aa148cb262cad831daa800da4f02d1b6e95dbf (diff)
downloadbrew-9eb51db400261545822c8c03c2e9d587d70e8ad0.tar.bz2
Rubocop 0.50 and target 2.3.
Diffstat (limited to 'Library/Homebrew/constants.rb')
-rw-r--r--Library/Homebrew/constants.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb
index 23be70bcc..b122946c8 100644
--- a/Library/Homebrew/constants.rb
+++ b/Library/Homebrew/constants.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# RuboCop version used for `brew style` and `brew cask style`
-HOMEBREW_RUBOCOP_VERSION = "0.49.1".freeze
-HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.13.1".freeze # has to be updated when RuboCop version changes
+HOMEBREW_RUBOCOP_VERSION = "0.50.0"
+HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.14.2" # has to be updated when RuboCop version changes