From 94f97f10bbcb12018847900333d3ab47d9af75de Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Mon, 29 Sep 2014 11:24:19 -0500 Subject: [PATCH] Updated Gemfile to the released knife-cloud gem - Updated the Gemfile to not point to the Github repo and pull from the gemspec instead. - Removed some redundancy that was in the gemspec and Gemfile --- Gemfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 631be602..1b391726 100644 --- a/Gemfile +++ b/Gemfile @@ -4,11 +4,7 @@ source "https://rubygems.org" gemspec group :development do - gem 'rspec', '>= 2.7.0' gem 'guard-rspec' - gem 'rspec_junit_formatter' - gem 'rake' gem 'mixlib-shellout' - gem 'knife-cloud', :git => 'https://github.com/opscode/knife-cloud.git' gem 'knife-windows', :git => 'https://github.com/opscode/knife-windows.git' -end \ No newline at end of file +end