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

Commit

Permalink
bump base pointer
Browse files Browse the repository at this point in the history
Change-Id: Ic8d66df64f0bf84d8d65253562a1e82232160007
  • Loading branch information
SlimYang committed Sep 25, 2012
1 parent 42bbda9 commit 5f08949
Show file tree
Hide file tree
Showing 32 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion atmos/Gemfile
Expand Up @@ -13,7 +13,7 @@ gem "xml-simple"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions atmos/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion couchdb/Gemfile
Expand Up @@ -14,7 +14,7 @@ gem "couchrest"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions couchdb/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion echo/Gemfile
Expand Up @@ -13,7 +13,7 @@ gem "thin"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions echo/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/Gemfile
Expand Up @@ -12,7 +12,7 @@ gem "rest-client"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion filesystem/Gemfile
Expand Up @@ -12,7 +12,7 @@ gem "thin"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions filesystem/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion marketplace/Gemfile
Expand Up @@ -15,7 +15,7 @@ gem "nats"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions marketplace/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion memcached/Gemfile
Expand Up @@ -12,7 +12,7 @@ gem "dalli"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions memcached/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion mongodb/Gemfile
Expand Up @@ -16,7 +16,7 @@ gem "posix-spawn"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions mongodb/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion mysql/Gemfile
Expand Up @@ -17,7 +17,7 @@ gem "curb"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions mysql/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion neo4j/Gemfile
Expand Up @@ -14,7 +14,7 @@ gem "thin"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions neo4j/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion postgresql/Gemfile
Expand Up @@ -15,7 +15,7 @@ gem "sinatra"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions postgresql/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion rabbit/Gemfile
Expand Up @@ -16,7 +16,7 @@ gem "rest-client"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions rabbit/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion redis/Gemfile
Expand Up @@ -16,7 +16,7 @@ gem "curb"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions redis/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion service_broker/Gemfile
Expand Up @@ -14,7 +14,7 @@ gem "sinatra"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions service_broker/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion tools/backup/manager/Gemfile
Expand Up @@ -8,7 +8,7 @@ gem 'nats'

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions tools/backup/manager/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down
2 changes: 1 addition & 1 deletion vblob/Gemfile
Expand Up @@ -16,7 +16,7 @@ gem "yajl-ruby"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => 'db06a5316a'
gem 'vcap_services_base', :git => 'git://github.com/cloudfoundry/vcap-services-base.git', :ref => '1142d8e7a0'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => '21f9a32ab50'

Expand Down
4 changes: 2 additions & 2 deletions vblob/Gemfile.lock
Expand Up @@ -32,8 +32,8 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-services-base.git
revision: db06a5316a508a1563f925be96d062fb3bf47f09
ref: db06a5316a
revision: 1142d8e7a0cf3e9aaf404b12430d35ba0f41f81a
ref: 1142d8e7a0
specs:
vcap_services_base (0.1.16)
curb (~> 0.7.16)
Expand Down

0 comments on commit 5f08949

Please sign in to comment.