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