vagrant/Gemfile

10 lines
234 B
Ruby
Raw Normal View History

source "http://rubygems.org"
gemspec
2013-12-05 21:19:15 +00:00
2013-12-05 22:32:16 +00:00
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