mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-20 16:31:24 -05:00
9 lines
250 B
Ruby
9 lines
250 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", branch: :main
|
|
end
|