mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Vagrant moved to the hashicorp GitHub organization
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -8,13 +8,13 @@ group :development do
|
||||
# gem dependency because we expect to be installed within the
|
||||
# Vagrant environment itself using `vagrant plugin`.
|
||||
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']
|
||||
else
|
||||
gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git'
|
||||
gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git'
|
||||
end
|
||||
|
||||
gem 'vagrant-spec', :github => 'mitchellh/vagrant-spec'
|
||||
gem 'vagrant-spec', :github => 'hashicorp/vagrant-spec'
|
||||
|
||||
gem 'pry'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user