vagrant/Gemfile

10 lines
235 B
Ruby
Raw Normal View History

2014-10-23 19:25:40 +00:00
source "https://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
2018-03-07 22:10:30 +00:00
gem 'vagrant-spec', git: "https://github.com/hashicorp/vagrant-spec.git"
2013-12-05 22:32:16 +00:00
end