Gemfile in vagrant-openstack-cloud-provider-1.1.12 vs Gemfile in vagrant-openstack-cloud-provider-1.1.13
- old
+ new
@@ -4,8 +4,8 @@
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 => "git://github.com/mitchellh/vagrant.git", :tag => 'v1.8.1'
+ gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => 'v1.9.4'
gem 'simplecov', :require => false
end