Skip to content

Commit

Permalink
Update changelog (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Dec 13, 2024
1 parent c3494fe commit a4a9ac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changelogs/v286/3.4.0-rc1.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## 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"
ruby "3.4.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.

0 comments on commit a4a9ac9

Please sign in to comment.