change repo ref to https

This commit is contained in:
Romuald du Song
2015-05-23 15:44:27 +02:00
parent b6babcdade
commit c5a6107ead

View File

@@ -7,11 +7,11 @@ group :development do
# We depend on Vagrant for development, but we don't add it as a # We depend on Vagrant for development, but we don't add it as a
# gem dependency because we expect to be installed within the # gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`. # 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' gem 'pry'
end end
group :plugins do group :plugins do
gem "vagrant-libvirt", :path => '.' gem 'vagrant-libvirt', :path => '.'
end end