core: Temporary safety net

This commit is contained in:
Fabio Rehm 2014-03-11 16:41:52 -03:00
parent 40fd5a2faf
commit 10599a5ba7

View file

@ -2,6 +2,10 @@ source 'https://rubygems.org'
gemspec
if ENV['USER'] != 'vagrant'
raise 'vagrant 1.5 is enabled but it has not been fully tested, make sure you run it from within another VM!'
end
group :development do
gem 'vagrant', github: 'mitchellh/vagrant'
gem 'guard'