Should use latest instead of hardcoded

This commit is contained in:
David Heinemeier Hansson
2024-05-26 18:43:53 -07:00
parent 1eedf41057
commit dda2f18a2c
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
if ! command -v rbenv &>/dev/null; then
# FIXME: Change to use whatever latest release is
DEFAULT_RUBY_VERSION="3.3.1"
sudo apt install -y rbenv