From 6f6a9c440a78fff2c8fa1fa743685f21b05a7a8c Mon Sep 17 00:00:00 2001 From: Schneems Date: Fri, 17 Jan 2025 11:04:16 -0600 Subject: [PATCH] Ruby 3.3.7 --- CHANGELOG.md | 1 + changelogs/unreleased/ruby-3-3-7.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 changelogs/unreleased/ruby-3-3-7.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a496c1900..96034ade2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +- Ruby 3.3.7 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1538) ## [v288] - 2025-01-06 diff --git a/changelogs/unreleased/ruby-3-3-7.md b/changelogs/unreleased/ruby-3-3-7.md new file mode 100644 index 000000000..75a40f185 --- /dev/null +++ b/changelogs/unreleased/ruby-3-3-7.md @@ -0,0 +1,9 @@ +## Ruby version 3.3.7 is now available + +[Ruby v3.3.7](/articles/ruby-support#ruby-versions) is now available on Heroku. To run your app using this version of Ruby, add the following `ruby` directive to your Gemfile: + +```ruby +ruby "3.3.7" +``` + +For more information on [Ruby 3.3.7, you can view the release announcement](https://www.ruby-lang.org/en/news/).