vaguerent/Gemfile
Mitchell Hashimoto 41e56cb282 Update dep of ChildProcess to 0.4.0
This fixes some critical bugs with Windows
2014-01-17 20:34:58 -08:00

10 lines
234 B
Ruby

source "http://rubygems.org"
gemspec
if File.exist?(File.expand_path("../../vagrant-spec", __FILE__))
gem 'vagrant-spec', path: "../vagrant-spec"
else
gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
end