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)