Update gemfile for others

This commit is contained in:
Mitchell Hashimoto 2013-12-05 14:32:16 -08:00
parent 3a15cdd8e4
commit 77100ad417
1 changed files with 5 additions and 1 deletions

View File

@ -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