vagrant/Gemfile

13 lines
319 B
Ruby
Raw Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
2014-10-23 15:25:40 -04:00
source "https://rubygems.org"
gemspec
2013-12-05 16:19:15 -05:00
2013-12-05 17:32:16 -05:00
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
2013-12-05 17:32:16 -05:00
end