Skip to content

Commit

Permalink
Ruby 3.3.6 (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Nov 7, 2024
1 parent f93958d commit 9faca50
Show file tree
Hide file tree
Showing 2 changed files with 11 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.3.6 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1511)
- Add detection support for Rails 8 (https://github.com/heroku/heroku-buildpack-ruby/pull/1498)
- Support Node.js on ARM builds (https://github.com/heroku/heroku-buildpack-ruby/pull/1499)

Expand Down
10 changes: 10 additions & 0 deletions changelogs/unreleased/ruby-336.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Ruby version 3.3.6 is now available

[Ruby v3.3.6](/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.3.6"
```

For more information on [Ruby 3.3.6, you can view the release announcement](https://www.ruby-lang.org/en/news/).

0 comments on commit 9faca50

Please sign in to comment.