rbenv-bundler 0.98
rbenv-bundler: update to 0.98 Closes Homebrew/homebrew#31915. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
725e93289f
commit
aadb3b136d
1 changed files with 2 additions and 2 deletions
|
@ -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.97.tar.gz'
|
||||
sha1 'a31e0893465566db8e5c11c555b2ba0d314a869b'
|
||||
url 'https://github.com/carsomyr/rbenv-bundler/archive/0.98.tar.gz'
|
||||
sha1 '12213ebf7dda33d8112a1ec55aff71c60268ca1a'
|
||||
head 'https://github.com/carsomyr/rbenv-bundler.git'
|
||||
|
||||
depends_on 'rbenv'
|
||||
|
|
Loading…
Reference in a new issue