diff --git a/Formula/rbenv-bundler.rb b/Formula/rbenv-bundler.rb index 3693392912..73a9683311 100644 --- a/Formula/rbenv-bundler.rb +++ b/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