From 72ef9eeea151b946318eefc69ea97b3d6b7e3606 Mon Sep 17 00:00:00 2001 From: vsoch Date: Wed, 5 Jun 2024 10:51:17 -0600 Subject: [PATCH] update ruby 2.7x to 3.3.0 Problem: builds are failing on netlify Solution: try bumping up Ruby to 3.3.0 Signed-off-by: vsoch --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 9c6fea4..cb47861 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,4 +4,4 @@ [build.environment] JEKYLL_ENV = "production" - RUBY_VERSION = "2.7.1" \ No newline at end of file + RUBY_VERSION = "3.3.0"