From c5a6107ead6e00c8fb51c42b7bc426c612eca337 Mon Sep 17 00:00:00 2001 From: Romuald du Song Date: Sat, 23 May 2015 15:44:27 +0200 Subject: [PATCH] change repo ref to https --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e4d5772..c93c514 100644 --- a/Gemfile +++ b/Gemfile @@ -7,11 +7,11 @@ group :development do # We depend on Vagrant for development, but we don't add it as a # gem dependency because we expect to be installed within the # Vagrant environment itself using `vagrant plugin`. - gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git" + gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git' gem 'pry' end group :plugins do - gem "vagrant-libvirt", :path => '.' + gem 'vagrant-libvirt', :path => '.' end