From b35e5dbb552fb63ba4f145576cf926886e830fbd Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 4 Apr 2014 16:27:00 -0300 Subject: [PATCH] Update gemfile --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7525408..0a240db 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,5 @@ source 'https://rubygems.org' -gemspec - group :development do gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.5.1' gem 'guard' @@ -17,9 +15,9 @@ group :development, :test do end group :plugins do - gem 'vagrant-lxc', path: '.' acceptance = (ENV['ACCEPTANCE'] == 'true') gem 'vagrant-cachier', git: 'https://github.com/fgrehm/vagrant-cachier.git', require: !acceptance gem 'vagrant-pristine', git: 'https://github.com/fgrehm/vagrant-pristine.git', require: !acceptance gem 'vagrant-omnibus', require: !acceptance + gemspec end