Skip to content

Commit b9c2bd0

Browse files
authored
Ruby 3.2.3 release (#1415)
1 parent 8d2f6ca commit b9c2bd0

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Main (unreleased)
44

5+
## v265 (2024/01/22)
6+
7+
- Ruby 3.2.3 is now available
8+
59
## v264 (2023/12/25)
610

711
- Ruby 3.3.0 is now available

changelogs/v265/ruby-323.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Ruby version 3.2.3 is now available
2+
3+
[Ruby v3.2.3](/articles/ruby-support#ruby-versions) is now available on Heroku. To run
4+
your app using this version of Ruby, add the following `ruby` directive to your Gemfile:
5+
6+
```ruby
7+
ruby "3.2.3"
8+
```
9+
10+
For more information on [Ruby 3.2.3, you can view the release announcement](https://www.ruby-lang.org/en/news/).

lib/language_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module LanguagePack
44
class LanguagePack::Base
5-
BUILDPACK_VERSION = "v264"
5+
BUILDPACK_VERSION = "v265"
66
end
77
end

0 commit comments

Comments
 (0)