diff --git a/CHANGELOG.md b/CHANGELOG.md index d39e5be90..66b119c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +- Ruby 3.4.0 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/NNNN) ## [v286] - 2024-12-13 diff --git a/changelogs/unreleased/ruby_3.4.0.md b/changelogs/unreleased/ruby_3.4.0.md new file mode 100644 index 000000000..b63ee6503 --- /dev/null +++ b/changelogs/unreleased/ruby_3.4.0.md @@ -0,0 +1,9 @@ +## Ruby version 3.4.0 is now available + +[Ruby v3.4.0](/articles/ruby-support-reference#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.0" +``` + +For more information on [Ruby 3.4.0, you can view the release announcement](https://www.ruby-lang.org/en/news/).