vaguerent/Gemfile
2018-03-07 17:10:30 -05:00

10 lines
235 B
Ruby

source "https://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/hashicorp/vagrant-spec.git"
end