aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
author謝致邦2014-02-16 21:49:31 +0000
committerMike McQuaid2014-02-16 21:49:31 +0000
commit2524659d3f779e405351a93fe782728ee8369436 (patch)
tree18d829fe0cb5a81ae6a020f26358cef49ec0efbd /Library
parentbfdd27f049d9776d877edfe51f84aa0790842f0a (diff)
downloadhomebrew-2524659d3f779e405351a93fe782728ee8369436.tar.bz2
rbenv-bundler: patch error.
Closes #26773. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rbenv-bundler.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/rbenv-bundler.rb b/Library/Formula/rbenv-bundler.rb
index f75b6c714..369339291 100644
--- a/Library/Formula/rbenv-bundler.rb
+++ b/Library/Formula/rbenv-bundler.rb
@@ -8,6 +8,11 @@ class RbenvBundler < Formula
depends_on 'rbenv'
+ def patches
+ # Pending new tag: https://github.com/carsomyr/rbenv-bundler/issues/38
+ "https://github.com/carsomyr/rbenv-bundler/commit/0aebf2.patch"
+ end
+
def install
prefix.install Dir['*']
end