vagrant/Gemfile

11 lines
293 B
Ruby

source "https://rubygems.org"
gemspec
# Disable until vagrant-spec rspec is pulled up
# 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