Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically manage minor versions of Ruby #230

Open
dvalfre opened this issue Dec 22, 2023 · 0 comments
Open

Automatically manage minor versions of Ruby #230

dvalfre opened this issue Dec 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dvalfre
Copy link
Contributor

dvalfre commented Dec 22, 2023

Similar to how #208 was handled, we want to manage minor versions of Ruby to avoid having to do work like PR #227 every time a new minor version comes out.
The referred PR shows where the versions are being handled in the cookbooks. The file at /home/deploy/.cache/ruby-install/ruby/versions.txt lists the available versions. Said file, though, is only updated if ruby-install is run, thus posing a challenge on how to update versions without actually installing them. Alternatively, we can explore the use of ruby-install -L to install the latest version regardless.

@dvalfre dvalfre added the enhancement New feature or request label Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants