Skip to content

Commit

Permalink
Load rails autoconfig first and git gems optimizations
Browse files Browse the repository at this point in the history
vcap-staging shortlog 1740e4da..ebdb404e

Jennifer Hickey (1):
  Ensure Rails autoconfig is loaded before any initializers

Maria Shaldybina (1):
  Optimize git gems install

Change-Id: Ibf87b7130ab3d716650291db209dcef4c3f576c4
  • Loading branch information
mariash committed Sep 12, 2012
1 parent 54c9f26 commit 7a19493
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 => '1740e4da'
gem 'vcap_staging', '~> 0.1.63', :git => 'https://github.com/cloudfoundry/vcap-staging.git', :ref => 'ebdb404e'
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: 1740e4daef7cb988f16375a4ec7b69392c5705ac
ref: 1740e4da
revision: ebdb404ed5bedf28abd52889951f670991b7265b
ref: ebdb404e
specs:
vcap_staging (0.1.63)
nokogiri (>= 1.4.4)
Expand Down

0 comments on commit 7a19493

Please sign in to comment.