Skip to content

Commit

Permalink
Stage Ruby 3.4.0 (#1531)
Browse files Browse the repository at this point in the history
* Stage Ruby 3.4.0

Ruby 3.4.0 will be released on Christmas. This PR is for pre-approval. It will be held for merge until December 25th, 2024.

* Update CHANGELOG.md
  • Loading branch information
schneems authored Dec 25, 2024
1 parent a4a9ac9 commit dd40100
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Ruby 3.4.0 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1531)
- Ruby 3.4.1 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1531)

## [v286] - 2024-12-13

Expand Down
9 changes: 9 additions & 0 deletions changelogs/unreleased/ruby_3.4.0.md
Original file line number Diff line number Diff line change
@@ -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/).

0 comments on commit dd40100

Please sign in to comment.