Vagrant moved to the hashicorp GitHub organization

This commit is contained in:
Hugo Stijns
2017-11-21 10:05:49 +01:00
parent 8e19c43845
commit 2f9ce15487

View File

@@ -8,13 +8,13 @@ group :development do
# 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`.
if ENV['VAGRANT_VERSION'] if ENV['VAGRANT_VERSION']
gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git', gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git',
tag: ENV['VAGRANT_VERSION'] tag: ENV['VAGRANT_VERSION']
else else
gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git' gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git'
end end
gem 'vagrant-spec', :github => 'mitchellh/vagrant-spec' gem 'vagrant-spec', :github => 'hashicorp/vagrant-spec'
gem 'pry' gem 'pry'
end end