Gemfile in vagrant-winrm-s-0.0.1 vs Gemfile in vagrant-winrm-s-0.0.2
- old
+ new
@@ -2,10 +2,12 @@
# Specify your gem's dependencies in vagrant-winrm-s.gemspec
gemspec
group :development do
- gem "vagrant", git: "https://github.com/mitchellh/vagrant.git"
+ gem "vagrant",
+ git: "https://github.com/mitchellh/vagrant.git",
+ tag: "v1.7.2"
gem "vagrant-spec", git: "https://github.com/mitchellh/vagrant-spec.git"
end
group :plugins do
gem "vagrant-winrm-s", path: "."