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