From 08c604962cf55615210a159eb099869f254f51ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 11 Mar 2024 16:13:30 +0100 Subject: [PATCH] Upgrade Ruby for latest akkounts release --- site-cookbooks/kosmos-akkounts/recipes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-cookbooks/kosmos-akkounts/recipes/default.rb b/site-cookbooks/kosmos-akkounts/recipes/default.rb index 9adc442..9aa593d 100644 --- a/site-cookbooks/kosmos-akkounts/recipes/default.rb +++ b/site-cookbooks/kosmos-akkounts/recipes/default.rb @@ -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