From b4ddfd19e36ebbcacebd50d4413113ab1c709b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 11 Mar 2024 16:13:48 +0100 Subject: [PATCH] Upgrade Ruby for latest Mastodon release --- site-cookbooks/kosmos-mastodon/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-mastodon/recipes/default.rb b/site-cookbooks/kosmos-mastodon/recipes/default.rb index 9c8ab3b..2ab20b0 100644 --- a/site-cookbooks/kosmos-mastodon/recipes/default.rb +++ b/site-cookbooks/kosmos-mastodon/recipes/default.rb @@ -75,7 +75,7 @@ npm_package "yarn" do version "1.22.4" end -ruby_version = "3.0.6" +ruby_version = "3.3.0" ruby_path = "/opt/ruby_build/builds/#{ruby_version}" bundle_path = "#{ruby_path}/bin/bundle"