From 3bac497778740b45394f69e96e23fffaab258bb6 Mon Sep 17 00:00:00 2001 From: Schneems Date: Fri, 13 Dec 2024 10:53:17 -0600 Subject: [PATCH] Update changelog --- changelogs/v286/3.4.0-rc1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/v286/3.4.0-rc1.md b/changelogs/v286/3.4.0-rc1.md index 46c7cf703..a2afe9356 100644 --- a/changelogs/v286/3.4.0-rc1.md +++ b/changelogs/v286/3.4.0-rc1.md @@ -1,7 +1,6 @@ ## Ruby version 3.4.0-rc1 is now available -[Ruby v3.4.0-rc1](/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 v3.4.0-rc1](/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.3.0.rc1" @@ -9,7 +8,8 @@ ruby "3.3.0.rc1" For more information on [Ruby 3.4.0-rc1, you can view the release announcement](https://www.ruby-lang.org/en/news/). -> Note: This version of Ruby is not suitable for production applications. +> Note +> This version of Ruby is not suitable for production applications. > However, it can be used to test that your application is ready for > the official release of Ruby 3.4.0 and > to provide feedback to the Ruby core team.