Skip to content

Commit

Permalink
Gemfile: bump to latest versions of vagrant and vagrant-libvirt
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Jun 20, 2022
1 parent 51be8cb commit 3f13f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ group :development do
# We depend on Vagrant for development, but we don't add it as a
# gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`.
gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v2.2.16'
gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v2.2.19'
end

group :plugins do
# Add vagrant-libvirt plugin here, otherwise you won't be able to
# use libvirt as a provider when you execute `bundle exec vagrant up`
gem "vagrant-libvirt" , '0.4.1'
gem "vagrant-libvirt" , '0.7.0'
end

0 comments on commit 3f13f07

Please sign in to comment.