Skip to content

Commit

Permalink
Ruby 3.2.3 release (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Jan 22, 2024
1 parent 8d2f6ca commit b9c2bd0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Main (unreleased)

## v265 (2024/01/22)

- Ruby 3.2.3 is now available

## v264 (2023/12/25)

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

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

For more information on [Ruby 3.2.3, you can view the release announcement](https://www.ruby-lang.org/en/news/).
2 changes: 1 addition & 1 deletion lib/language_pack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LanguagePack
class LanguagePack::Base
BUILDPACK_VERSION = "v264"
BUILDPACK_VERSION = "v265"
end
end

0 comments on commit b9c2bd0

Please sign in to comment.