From 25b29acea909807070c67da811cb5a407fe08bae Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Tue, 27 Jun 2017 21:08:22 +0100 Subject: [PATCH] Use https protocol for all Rbenv plugins, more compatible with proxy use Signed-off-by: Grant Ramsay --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c942460..5d13b78 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -47,7 +47,7 @@ git clone https://github.com/ianheggie/rbenv-binstubs.git ~/.rbenv/plugins/rbenv git clone https://github.com/sstephenson/rbenv-default-gems.git ~/.rbenv/plugins/rbenv-default-gems git clone https://github.com/rbenv/rbenv-each.git ~/.rbenv/plugins/rbenv-each git clone https://github.com/nabeo/rbenv-gem-migrate.git ~/.rbenv/plugins/rbenv-gem-migrate -git clone git://github.com/jf/rbenv-gemset.git ~/.rbenv/plugins/rbenv-gemset +git clone https://github.com/jf/rbenv-gemset.git ~/.rbenv/plugins/rbenv-gemset git clone https://github.com/nicknovitski/rbenv-gem-update ~/.rbenv/plugins/rbenv-gem-update git clone https://github.com/rkh/rbenv-update.git ~/.rbenv/plugins/rbenv-update git clone https://github.com/toy/rbenv-update-rubies.git ~/.rbenv/plugins/rbenv-update-rubies