From 85668adfb1f71e89590a8111c1d62711bc6c25b4 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Tue, 23 Jun 2015 19:21:33 +0200 Subject: [PATCH] Use HTTPS instead of Git protocol --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9ca8355..9af7da4 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" # Specify your gem's dependencies in gitolite.gemspec gemspec -gem 'rugged', :github => 'libgit2/rugged', :tag => 'v0.22.2', :submodules => true +gem 'rugged', :git => 'https://github.com/libgit2/rugged.git', :tag => 'v0.22.2', :submodules => true