Skip to content

Commit

Permalink
Fixing gem file dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukta A committed Aug 1, 2013
1 parent 06381a1 commit 0c99ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c99ec7

Please sign in to comment.