Skip to content

Commit

Permalink
Make gem installation see dependent gems
Browse files Browse the repository at this point in the history
vcap_staging shortlog bea99970..40b01e9b

Maria Shaldybina (1):
  Make gem installation see dependent gems

Change-Id: Ia1e34154cb1507e2ae53e87782cd49eb867c5365
  • Loading branch information
mariash committed Oct 12, 2012
1 parent 7f9898b commit 92a60e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem 'yajl-ruby', '>= 0.7.9'

gem 'vcap_common', '2.0.0', :git => 'https://github.com/cloudfoundry/vcap-common.git', :ref => '5334b662'
gem 'vcap_logging', '>= 0.1.3', :git => 'https://github.com/cloudfoundry/common.git', :ref => 'b96ec119'
gem 'vcap_staging', '~> 0.1.63', :git => 'https://github.com/cloudfoundry/vcap-staging.git', :ref => 'bea99970'
gem 'vcap_staging', '~> 0.1.63', :git => 'https://github.com/cloudfoundry/vcap-staging.git', :ref => '40b01e9b'
gem 'vcap-concurrency', '~> 0.1.0', :git => 'https://github.com/cloudfoundry/vcap-concurrency.git', :ref => 'be2bdb9f'
gem 'stager-client', '~> 0.0.2', :git => 'https://github.com/cloudfoundry/stager-client.git', :ref => 'fdaae720'

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

GIT
remote: https://github.com/cloudfoundry/vcap-staging.git
revision: bea999702edb867019bb6190ad7c9aec38864138
ref: bea99970
revision: 40b01e9b9eb36185cb3029da93386e116105b0f8
ref: 40b01e9b
specs:
vcap_staging (0.1.63)
nokogiri (>= 1.4.4)
Expand Down

0 comments on commit 92a60e5

Please sign in to comment.