Skip to content

Commit

Permalink
Update vagrant and vagrant-libvirt in Gemfile
Browse files Browse the repository at this point in the history
These are the current versions in Fedora 31.
  • Loading branch information
dustymabe committed Dec 11, 2019
1 parent 6e18885 commit e08ea0e
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.0.2'
gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v2.2.6'
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.0.43'
gem "vagrant-libvirt" , '0.0.45'
end

0 comments on commit e08ea0e

Please sign in to comment.