diff --git a/CHANGELOG.md b/CHANGELOG.md index 735a7c7ec..4b36044ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +- Ruby 3.4.2 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1548) ## [v292] - 2025-02-10 diff --git a/changelogs/unreleased/ruby-3.4.2.md b/changelogs/unreleased/ruby-3.4.2.md new file mode 100644 index 000000000..6527e6497 --- /dev/null +++ b/changelogs/unreleased/ruby-3.4.2.md @@ -0,0 +1,9 @@ +## Ruby version 3.4.2 is now available + +[Ruby v3.4.2](/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.4.2" +``` + +For more information on [Ruby 3.4.2, you can view the release announcement](https://www.ruby-lang.org/en/news/).