mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Revert Update Gemfile
This commit is contained in:
parent
468ddb25f2
commit
3d85b76360
4
Gemfile
4
Gemfile
@ -8,10 +8,10 @@ group :test do
|
||||
# Vagrant environment itself using `vagrant plugin`.
|
||||
vagrant_version = ENV['VAGRANT_VERSION']
|
||||
if !vagrant_version.nil? && !vagrant_version.empty?
|
||||
gem 'vagrant', :git => 'https://github.com/z0rb/vagrant.git',
|
||||
gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git',
|
||||
:ref => vagrant_version
|
||||
else
|
||||
gem 'vagrant', :git => 'https://github.com/z0rb/vagrant.git',
|
||||
gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git',
|
||||
:branch => 'main'
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user