You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ifruby-install
is run, thus posing a challenge on how to update versions without actually installing them. Alternatively, we can explore the use ofruby-install -L
to install the latest version regardless.The text was updated successfully, but these errors were encountered: