Skip to content

Commit

Permalink
Ruby 3.4.2 (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Feb 15, 2025
1 parent 95663b9 commit 6c8fb9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit 6c8fb9a

Please sign in to comment.