Revert Update Gemfile

This commit is contained in:
Irmin Okic 2024-08-17 23:15:00 +02:00 committed by GitHub
parent 468ddb25f2
commit 3d85b76360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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