From 07f20055c00151e94d29135f0a3f773a35ef212d Mon Sep 17 00:00:00 2001 From: Sophie Wigmore Date: Wed, 20 Mar 2024 10:12:02 -0400 Subject: [PATCH] Add support for Ruby 3.3 --- buildpack.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildpack.toml b/buildpack.toml index c7189344..6982e2d1 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -163,6 +163,11 @@ api = "0.7" id = "ruby" patches = 2 + [[metadata.dependency-constraints]] + constraint = "3.3.*" + id = "ruby" + patches = 2 + [[stacks]] id = "io.buildpacks.stacks.bionic"