aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Liu2014-10-27 21:14:40 -0400
committerJack Nagel2014-10-27 21:31:01 -0500
commit7742396fc2ab42db55c8ce4229dceb79bb6156b5 (patch)
tree32764527478c7ebca6c89d5f01c019730687f42c
parent88fe4df704722500c5b76e52741ead6c82434d67 (diff)
downloadhomebrew-7742396fc2ab42db55c8ce4229dceb79bb6156b5.tar.bz2
rbenv-bundler 0.99
Closes #33661. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/rbenv-bundler.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rbenv-bundler.rb b/Library/Formula/rbenv-bundler.rb
index adb109394..c5ed9a98c 100644
--- a/Library/Formula/rbenv-bundler.rb
+++ b/Library/Formula/rbenv-bundler.rb
@@ -2,8 +2,8 @@ require 'formula'
class RbenvBundler < Formula
homepage 'https://github.com/carsomyr/rbenv-bundler'
- url 'https://github.com/carsomyr/rbenv-bundler/archive/0.98.tar.gz'
- sha1 '12213ebf7dda33d8112a1ec55aff71c60268ca1a'
+ url 'https://github.com/carsomyr/rbenv-bundler/archive/0.99.tar.gz'
+ sha1 '21dd20ee363d8b8c0807e659ffa2d572c67848b5'
head 'https://github.com/carsomyr/rbenv-bundler.git'
depends_on 'rbenv'