Upgrade Ruby for latest Mastodon release

This commit is contained in:
Râu Cao 2024-03-11 16:13:48 +01:00
parent 08c604962c
commit b4ddfd19e3
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -75,7 +75,7 @@ npm_package "yarn" do
version "1.22.4" version "1.22.4"
end end
ruby_version = "3.0.6" ruby_version = "3.3.0"
ruby_path = "/opt/ruby_build/builds/#{ruby_version}" ruby_path = "/opt/ruby_build/builds/#{ruby_version}"
bundle_path = "#{ruby_path}/bin/bundle" bundle_path = "#{ruby_path}/bin/bundle"