From 0c99ec753a9b6a0ebfde92844fc849c28de0328b Mon Sep 17 00:00:00 2001 From: Mukta A Date: Thu, 1 Aug 2013 17:19:58 +0530 Subject: [PATCH] Fixing gem file dependency --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6b5ce6bc..b378c2b8 100644 --- a/Gemfile +++ b/Gemfile @@ -11,5 +11,6 @@ group :development do gem 'mixlib-shellout' gem 'active_support' gem 'activesupport' - gem 'knife-cloud', :git => 'https://github.com/ClogenyTechnologies/knife-cloud', :branch => 'bootstrap' + gem 'knife-cloud', :git => 'https://github.com/ClogenyTechnologies/knife-cloud.git', :branch => 'bootstrap' + gem 'knife-windows', :git => 'https://github.com/opscode/knife-windows.git', :branch => 'knife-cloud' end