2014-10-23 19:25:40 +00:00
|
|
|
source "https://rubygems.org"
|
2010-02-06 07:41:22 +00:00
|
|
|
|
2011-09-01 05:28:16 +00:00
|
|
|
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
|