Upgrade Ruby for latest akkounts release

This commit is contained in:
Râu Cao 2024-03-11 16:13:30 +01:00
parent 089574d0de
commit 08c604962c
Signed by: raucao
GPG Key ID: 37036C356E56CC51
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@ npm_package "yarn" do
version "1.22.4"
end
ruby_version = "2.7.5"
ruby_version = "3.3.0"
ruby_path = "/opt/ruby_build/builds/#{ruby_version}"
bundle_path = "#{ruby_path}/bin/bundle"
rails_env = node.chef_environment == "development" ? "development" : "production"
ruby_build_install 'v20230615'
ruby_build_install 'v20240221'
ruby_build_definition ruby_version do
prefix_path ruby_path
end