Gemfile in vagrant-windows-1.6.0 vs Gemfile in vagrant-windows-1.7.0.pre.1
- old
+ new
@@ -5,8 +5,12 @@
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.4.0'
+ gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => 'v1.5.2'
gem "mocha", :require => false
+end
+
+group :plugins do
+ gem "vagrant-windows", path: '.'
end