From 99dabcc5729aa36555df96fc9096e8a0e0058e91 Mon Sep 17 00:00:00 2001 From: fuho Date: Tue, 5 Apr 2016 09:46:43 -0400 Subject: [PATCH] Removed versions from Gemfile .. to allow the `bundle install` to finish installing gems successfully. --- Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1c0ad86..969dba4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'knife-solo', '0.4.2' -gem 'librarian-chef', '0.0.4' -gem 'vagrant-vbguest', '0.10.0' -gem 'vagrant-omnibus', '1.4.1' +gem 'knife-solo' +gem 'librarian-chef' +gem 'vagrant-vbguest' +gem 'vagrant-omnibus'