From 2a41a73dd914e86f8c45a968fd56dc6f0a08b270 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Mon, 4 Jun 2012 18:28:39 -0700 Subject: [PATCH] Bump vcap_common back to 1.0.10 (as before the split) Change-Id: I46b3a2488e48063bd719e064cf470fb1172c2166 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0cd03e3..7ede331 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "http_parser.rb", :require => "http/parser" gem "yajl-ruby", :require => ["yajl", "yajl/json_gem"] gem "sinatra" -gem 'vcap_common', '~> 1.0.9', :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'f6ffe9ad' +gem 'vcap_common', '~> 1.0.9', :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'c91898e1' gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git' group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 840effb..48e53b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,10 +14,10 @@ GIT GIT remote: git://github.com/cloudfoundry/vcap-common.git - revision: f6ffe9add54b55eaf428556147d61f3d64508cd8 - ref: f6ffe9ad + revision: c91898e1d74f23446d1d7fe2382df6ace071c0ad + ref: c91898e1 specs: - vcap_common (1.0.9) + vcap_common (1.0.10) eventmachine (~> 0.12.11.cloudfoundry.3) nats (~> 0.4.22.beta.8) posix-spawn (~> 0.3.6)