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

Commit

Permalink
Bump vcap_staging to rails console fix
Browse files Browse the repository at this point in the history
git shortlog 74d89654..8d9da6cd
Jennifer Hickey (2):
      CF-106 Fix rails console DB connection issues
      Merge "CF-106 Fix rails console DB connection issues"

Change-Id: I3d1d6626a1ff58e97c7346c1108ba768fd68b2c6
  • Loading branch information
Jennifer Hickey committed Aug 17, 2012
1 parent bdfd70b commit 2676821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud_controller/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'nats', :require => 'nats/client'
# VCAP common components
gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'https://github.com/cloudfoundry/vcap-common.git', :ref => '1dca468ec0'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'https://github.com/cloudfoundry/common.git', :ref => 'e36886a1'
gem 'vcap_staging', '~> 0.1.62', :git => 'https://github.com/cloudfoundry/vcap-staging.git', :ref => '74d89654'
gem 'vcap_staging', '~> 0.1.62', :git => 'https://github.com/cloudfoundry/vcap-staging.git', :ref => '8d9da6cd'
gem 'cf-uaa-client', '~> 1.0', :git => 'https://github.com/cloudfoundry/uaa.git', :ref => 'b19eb89b'

# For queuing staging tasks
Expand Down
4 changes: 2 additions & 2 deletions cloud_controller/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ GIT

GIT
remote: https://github.com/cloudfoundry/vcap-staging.git
revision: 74d896544071fcae8acfb0c6cebae59f62d0a411
ref: 74d89654
revision: 8d9da6cd9bb641225a12fcbcbf7a1db9ab06e844
ref: 8d9da6cd
specs:
vcap_staging (0.1.62)
nokogiri (>= 1.4.4)
Expand Down

0 comments on commit 2676821

Please sign in to comment.