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

Commit

Permalink
bump manifests/tunnel deps, + less strict versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Suraci & Dennis Schmidt committed Feb 6, 2013
1 parent 56bccdc commit b91d839
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
@@ -1,28 +1,28 @@
GIT
remote: git://github.com/cloudfoundry/vmc-lib.git
revision: 6e1efdfb272d9554bf8e16c91766f2de0a5221b4
revision: da5d23e76c908da785af4588f87e8e532e608a9f
specs:
cfoundry (0.4.19)
cfoundry (0.5.0)
cf-uaa-lib (~> 1.3.3)
multi_json (~> 1.3)
multipart-post (~> 1.1)
rubyzip (~> 0.9)

GIT
remote: git://github.com/cloudfoundry/vmc-plugins.git
revision: 29b03f1fb411ed9ee8ee20d85036887fa5e9c03a
revision: b73ae4ecbfae3a7c599373384f8a2deb6d00358a
specs:
admin-vmc-plugin (0.0.5)
cfoundry (~> 0.4.0)
cfoundry (~> 0.5.0)
console-vmc-plugin (0.0.4)
tunnel-vmc-plugin (~> 0.1.8)
manifests-vmc-plugin (0.5.0)
cfoundry (~> 0.4.0)
cfoundry (~> 0.5.0)
mcf-vmc-plugin (0.0.1)
tunnel-vmc-plugin (0.1.11)
addressable (~> 2.2)
caldecott-client (~> 0.0.2)
cfoundry (~> 0.4.0)
cfoundry (~> 0.5.0)
rest-client (~> 1.6)
uuidtools (~> 2.1)

Expand Down Expand Up @@ -51,7 +51,7 @@ GEM
addressable (2.3.2)
caldecott-client (0.0.2)
multi_json (~> 1.3)
cf-uaa-lib (1.3.6)
cf-uaa-lib (1.3.7)
multi_json
crack (0.3.2)
diff-lcs (1.1.3)
Expand Down
12 changes: 6 additions & 6 deletions vmc.gemspec
Expand Up @@ -27,12 +27,12 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "json_pure", "~> 1.6"
s.add_runtime_dependency "multi_json", "~> 1.3"

s.add_runtime_dependency "interact", "~> 0.5.0"
s.add_runtime_dependency "cfoundry", "~> 0.4.20"
s.add_runtime_dependency "clouseau", "~> 0.0.2"
s.add_runtime_dependency "mothership", "~> 0.5.0"
s.add_runtime_dependency "manifests-vmc-plugin", "~> 0.5.0"
s.add_runtime_dependency "tunnel-vmc-plugin", "~> 0.1.11"
s.add_runtime_dependency "interact", "~> 0.5"
s.add_runtime_dependency "cfoundry", "~> 0.5"
s.add_runtime_dependency "clouseau", "~> 0.0"
s.add_runtime_dependency "mothership", "~> 0.5"
s.add_runtime_dependency "manifests-vmc-plugin", "~> 0.6"
s.add_runtime_dependency "tunnel-vmc-plugin", "~> 0.2"

s.add_development_dependency "rake", "~> 0.9"
s.add_development_dependency "rspec", "~> 2.11"
Expand Down

0 comments on commit b91d839

Please sign in to comment.