core: Temporary safety net
This commit is contained in:
parent
40fd5a2faf
commit
10599a5ba7
1 changed files with 4 additions and 0 deletions
4
Gemfile
4
Gemfile
|
@ -2,6 +2,10 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
gemspec
|
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
|
group :development do
|
||||||
gem 'vagrant', github: 'mitchellh/vagrant'
|
gem 'vagrant', github: 'mitchellh/vagrant'
|
||||||
gem 'guard'
|
gem 'guard'
|
||||||
|
|
Loading…
Reference in a new issue