Update gemfile for others
This commit is contained in:
parent
3a15cdd8e4
commit
77100ad417
6
Gemfile
6
Gemfile
|
@ -2,4 +2,8 @@ source "http://rubygems.org"
|
|||
|
||||
gemspec
|
||||
|
||||
gem 'vagrant-spec', path: "../vagrant-spec"
|
||||
if File.exist?(File.expand_path("../../vagrant-spec", __FILE__))
|
||||
gem 'vagrant-spec', path: "../vagrant-spec"
|
||||
else
|
||||
gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue