diff options
Diffstat (limited to 'Library/Formula/rbenv-bundler.rb')
| -rw-r--r-- | Library/Formula/rbenv-bundler.rb | 9 | 
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/rbenv-bundler.rb b/Library/Formula/rbenv-bundler.rb index 369339291..73a968331 100644 --- a/Library/Formula/rbenv-bundler.rb +++ b/Library/Formula/rbenv-bundler.rb @@ -2,17 +2,12 @@ require 'formula'  class RbenvBundler < Formula    homepage 'https://github.com/carsomyr/rbenv-bundler' -  url 'https://github.com/carsomyr/rbenv-bundler/archive/0.96.tar.gz' -  sha1 '02339c604c840f24b66523c9faad6ed82500eda1' +  url 'https://github.com/carsomyr/rbenv-bundler/archive/0.97.tar.gz' +  sha1 'a31e0893465566db8e5c11c555b2ba0d314a869b'    head 'https://github.com/carsomyr/rbenv-bundler.git'    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  | 
