From 35741ba5c5814003705fae4256f984892f259ab8 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 12 Mar 2014 23:18:19 -0300 Subject: [PATCH] I think it is safe to remove this now \o/ --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1058f71..4080853 100644 --- a/Gemfile +++ b/Gemfile @@ -2,10 +2,6 @@ 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', git: 'https://github.com/mitchellh/vagrant.git' gem 'guard'