Skip to content

Commit

Permalink
Merge pull request #80 from juliandunn/update-vagrant-windows-gem
Browse files Browse the repository at this point in the history
Updated to vagrant-windows that works under Vagrant 1.2 and 1.3
  • Loading branch information
juliandunn committed Sep 24, 2013
2 parents b259387 + 4e17f1d commit 97c4cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source "https://rubygems.org"

gem "vagrant", :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v1.2.7'
gem "veewee", :git => 'https://github.com/jedi4ever/veewee.git', :ref => '4e5d50de48'
gem "vagrant-windows", "~> 1.0.0" # still not working with Vagrant 1.2 btw
gem "vagrant-windows", "~> 1.2.1"
gem "em-winrm" # for windows!
gem "rake"
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ GEM
wasabi (~> 1.0)
thor (0.18.1)
uuidtools (2.1.3)
vagrant-windows (1.0.1)
highline
vagrant-windows (1.2.1)
winrm (~> 1.1.1)
wasabi (1.0.0)
nokogiri (>= 1.4.0)
Expand All @@ -136,5 +135,5 @@ DEPENDENCIES
em-winrm
rake
vagrant!
vagrant-windows (~> 1.0.0)
vagrant-windows (~> 1.2.1)
veewee!

0 comments on commit 97c4cb7

Please sign in to comment.