Skip to content

Commit

Permalink
Merge pull request #49 from juliandunn/upgrade-gems
Browse files Browse the repository at this point in the history
Upgrade to veewee that has hooks (we may use them)
  • Loading branch information
juliandunn committed May 13, 2013
2 parents 5fcdeee + bd46551 commit 9d8e14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9d8e14c

Please sign in to comment.