Skip to content

Commit 7ca4fe7

Browse files
committed
Merge tag 'v289' into deps/upstream_v289
2 parents 43432b1 + 3ecf619 commit 7ca4fe7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## [Unreleased]
44

55

6+
## [v289] - 2025-01-17
7+
8+
- Ruby 3.3.7 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1538)
9+
610
## [v288] - 2025-01-06
711

812
- Ruby apps using bundler 2.6+ will now receive bundler 2.6.2 (https://github.com/heroku/heroku-buildpack-ruby/pull/1535)
@@ -1616,7 +1620,8 @@ Bugfixes:
16161620
* Change gem detection to use lockfile parser
16171621
* use `$RACK_ENV` when thin is detected for rack apps
16181622

1619-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v288...main
1623+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v289...main
1624+
[v289]: https://github.com/heroku/heroku-buildpack-ruby/compare/v288...v289
16201625
[v288]: https://github.com/heroku/heroku-buildpack-ruby/compare/v287...v288
16211626
[v287]: https://github.com/heroku/heroku-buildpack-ruby/compare/v286...v287
16221627
[v286]: https://github.com/heroku/heroku-buildpack-ruby/compare/v285...v286

changelogs/v289/ruby-3-3-7.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Ruby version 3.3.7 is now available
2+
3+
[Ruby v3.3.7](/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:
4+
5+
```ruby
6+
ruby "3.3.7"
7+
```
8+
9+
For more information on [Ruby 3.3.7, 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 = "v288"
5+
BUILDPACK_VERSION = "v289"
66
end
77
end

0 commit comments

Comments
 (0)