Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
fix cfoundry git dependency to grab submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Suraci & Sheel Choksi committed Feb 27, 2013
1 parent 1cb6dec commit e61644c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -9,7 +9,8 @@ gem "multi_json", "~> 1.3"
gem "rake"

gem "interact", :git => "git://github.com/vito/interact.git"
gem "cfoundry", :git => "git://github.com/cloudfoundry/vmc-lib.git"
gem "cfoundry", :git => "git://github.com/cloudfoundry/vmc-lib.git",
:submodules => true
gem "clouseau", :git => "git://github.com/vito/clouseau.git"
gem "mothership", :git => "git://github.com/vito/mothership.git"

Expand Down

0 comments on commit e61644c

Please sign in to comment.