Skip to content

Commit

Permalink
Remove Vagrant Bundler dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed May 25, 2015
1 parent 66fe2ea commit fe52388
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
source "https://rubygems.org"

gem "vagrant", :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v1.3.5'
gem "veewee", "~> 0.3.12"
gem "vagrant-windows", "~> 1.2.1"
gem "em-winrm" # for windows!
gem "rake"

group :test do
gem "thor"
end
gem "thor"

0 comments on commit fe52388

Please sign in to comment.