cloudfoundry / docs-deploying-cf

The docs repo for material on deploying Cloud Foundry
Apache License 2.0
15 stars 101 forks source link

Update/remove reference to `.ruby-version` #136

Closed mcwumbly closed 8 years ago

mcwumbly commented 8 years ago

In the Create a Manifest doc it says:

Install the Ruby version listed in the .ruby-version file of the cf-release repository. You can manage your Ruby versions using rvm, rbenv, or chruby

https://github.com/cloudfoundry/docs-deploying-cf/blob/master/boshlite/create_a_manifest.html.md.erb#L64

But the .ruby-version file was recently removed:

https://github.com/cloudfoundry/cf-release/issues/1025

Should this line just be delete from the docs or changed to say something about the last known working ruby version? /cc @Amit-PivotalLabs

cf-gitbot commented 8 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/131048969

The labels on this github issue will be updated when the story is started.

Amit-PivotalLabs commented 8 years ago

Thanks for the catch @mcwumbly, we should remove that line. Gonna move the tracker story to a different icebox /cc @animatedmax @dsabeti

jaresty commented 8 years ago

Created pull request

animatedmax commented 8 years ago

Thanks!