diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rbenv-gem-rehash.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/rbenv-gem-rehash.rb b/Library/Formula/rbenv-gem-rehash.rb index cc19cb485..75dbdb231 100644 --- a/Library/Formula/rbenv-gem-rehash.rb +++ b/Library/Formula/rbenv-gem-rehash.rb @@ -7,6 +7,11 @@ class RbenvGemRehash < Formula depends_on 'rbenv' + def patches + # Fixes issues with Homebrew-managed git-etc alpha. + 'https://github.com/sstephenson/rbenv-gem-rehash/commit/0756890cfd9c7bbbdde38560fe81626a0c5769bd.patch' + end + def install prefix.install Dir['*'] end |
