From 9680f3f9d43b6105494de26efeafb007b18f16cf Mon Sep 17 00:00:00 2001 From: "Mark A. Miller" Date: Sun, 14 Aug 2011 08:36:38 -0500 Subject: [PATCH] * Minor comment fix in Gemfile [closes GH-467] "gem bundle" is a defunct command now that bundler uses "bundle" --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 44dad9bb1..d167df8a0 100644 --- a/Gemfile +++ b/Gemfile @@ -6,8 +6,6 @@ gem "vagrant", :path => '.' # typically coincides with it gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git" -# Gems required for testing only. To install run -# gem bundle test group :test do gem "rake" gem "contest", ">= 0.1.2"