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

Commit

Permalink
Add Ruby back to Rails path
Browse files Browse the repository at this point in the history
- Fixes running tasks like "rake" from rails console

Change-Id: Ibe72db81960758f2f97d4ee05f044d6c2224ff8f
  • Loading branch information
Jennifer Hickey committed May 4, 2012
1 parent b6fa291 commit baed8fd
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']
gem 'vcap_logging', :require => ['vcap/logging']
gem 'vcap_staging', '~> 0.1.55'
gem 'vcap_staging', '~> 0.1.56'
gem 'cf-uaa-client', '~> 0.0.10', :git => 'git://github.com/cloudfoundry/uaa.git', :ref => '0000f736'

# 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 @@ -151,7 +151,7 @@ GEM
thin (~> 1.3.1)
yajl-ruby (~> 0.8.3)
vcap_logging (1.0.1)
vcap_staging (0.1.55)
vcap_staging (0.1.56)
nokogiri (>= 1.4.4)
rake
rspec
Expand Down Expand Up @@ -192,5 +192,5 @@ DEPENDENCIES
uuidtools (~> 2.1.2)
vcap_common
vcap_logging
vcap_staging (~> 0.1.55)
vcap_staging (~> 0.1.56)
yajl-ruby (~> 0.8.3)

0 comments on commit baed8fd

Please sign in to comment.