diff --git a/Gemfile b/Gemfile index 3b8a3b4..312178f 100644 --- a/Gemfile +++ b/Gemfile @@ -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