From 63c55c47136f79b8cdaeb3a94fe7967b9ac2881c Mon Sep 17 00:00:00 2001 From: Max Brunsfeld and Tim Labeeuw Date: Thu, 17 Jan 2013 17:22:30 -0800 Subject: [PATCH] Added all the plugins to the dev Gemfile Change-Id: I3a854073a42914fd2727fa14c8cc386bed683fa0 --- Gemfile | 3 +++ Gemfile.lock | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index 8fd4f184..0dcb8783 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,9 @@ gem "clouseau", :git => "git://github.com/vito/clouseau.git" gem "mothership", :git => "git://github.com/vito/mothership.git" git "git://github.com/cloudfoundry/vmc-plugins.git" do + gem "admin-vmc-plugin" + gem "console-vmc-plugin" + gem "mcf-vmc-plugin" gem "manifests-vmc-plugin" gem "tunnel-vmc-plugin" end diff --git a/Gemfile.lock b/Gemfile.lock index d42ae668..c1291193 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,8 +14,11 @@ GIT specs: admin-vmc-plugin (0.0.5) cfoundry (~> 0.4.0) + console-vmc-plugin (0.0.4) + tunnel-vmc-plugin (~> 0.1.8) manifests-vmc-plugin (0.5.0) cfoundry (~> 0.4.0) + mcf-vmc-plugin (0.0.1) tunnel-vmc-plugin (0.1.11) addressable (~> 2.2) caldecott-client (~> 0.0.2) @@ -99,10 +102,12 @@ DEPENDENCIES auto_tagger cfoundry! clouseau! + console-vmc-plugin! gem-release interact! json_pure (~> 1.6) manifests-vmc-plugin! + mcf-vmc-plugin! mothership! multi_json (~> 1.3) rake