From ee253e465b8e2f5acdb53daf572311e87055e082 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 7 May 2017 13:52:57 +0100 Subject: Vendor all Homebrew's gems. Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant. --- Library/Homebrew/constants.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Library/Homebrew/constants.rb (limited to 'Library/Homebrew/constants.rb') 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 -- cgit v1.2.3