aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/constants.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-05-07 14:12:44 +0100
committerGitHub2017-05-07 14:12:44 +0100
commit3e4547f52e7ebec633f8bfefc8a396d944edf908 (patch)
tree59d478b0a91845c3706e6cd312e7d3469c0a594a /Library/Homebrew/constants.rb
parent6edf9382bcc1240ad6f97c8b752cfe56cef9965d (diff)
parentee253e465b8e2f5acdb53daf572311e87055e082 (diff)
downloadbrew-3e4547f52e7ebec633f8bfefc8a396d944edf908.tar.bz2
Merge pull request #2597 from MikeMcQuaid/vendor-gems
Vendor all Homebrew's gems.
Diffstat (limited to 'Library/Homebrew/constants.rb')
-rw-r--r--Library/Homebrew/constants.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/constants.rb b/Library/Homebrew/constants.rb
deleted file mode 100644
index 827d5827f..000000000
--- a/Library/Homebrew/constants.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-# RuboCop version used for `brew style` and `brew cask style`
-HOMEBREW_RUBOCOP_VERSION = "0.47.1".freeze
-HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.12.0".freeze # has to be updated when RuboCop version changes