From bd46551571aa1b7abc52b52ca951ac52e75daefa Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Mon, 13 May 2013 14:02:55 -0400 Subject: [PATCH] Upgrade to veewee that has hooks (we may use them) @WinRb vagrant-windows 1.0.x is released; no need to depend on @sneal's fork --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1eb8eab88..4036627b8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "vagrant", :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v1.2.2' -gem "veewee", :git => 'https://github.com/jedi4ever/veewee.git', :ref => '164a10dd24' -gem "vagrant-windows", :git => 'https://github.com/sneal/vagrant-windows.git', :branch => 'vagrant-1.1-plugin-architecture-vbox4.1' # mainline vagrant-windows isn't working yet with Vagrant 1.1 +gem "veewee", :git => 'https://github.com/jedi4ever/veewee.git', :ref => '4e5d50de' +gem "vagrant-windows", "~> 1.0.0" # still not working with Vagrant 1.2 btw gem "em-winrm" # for windows! gem "rake"