Skip to content

Commit b1c1fc4

Browse files
authored
Merge pull request #111 from Scalingo/deps/upstream_v307
Sync with upstream v307
2 parents a5230bd + 4cdec03 commit b1c1fc4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

55

6+
## [v307] - 2025-05-14
7+
8+
- Ruby 3.4.4 is now available
9+
10+
611
## [v306] - 2025-05-08
712

813
- JRuby 9.4.12.0, 9.4.12.1, 10.0.0.0, and 10.0.0.1 is now available
@@ -1693,7 +1698,8 @@ Bugfixes:
16931698
* Change gem detection to use lockfile parser
16941699
* use `$RACK_ENV` when thin is detected for rack apps
16951700

1696-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...main
1701+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v307...main
1702+
[v307]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...v307
16971703
[v306]: https://github.com/heroku/heroku-buildpack-ruby/compare/v305...v306
16981704
[v305]: https://github.com/heroku/heroku-buildpack-ruby/compare/v304...v305
16991705
[v304]: https://github.com/heroku/heroku-buildpack-ruby/compare/v303...v304

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 = "v306"
5+
BUILDPACK_VERSION = "v307"
66
end
77
end

0 commit comments

Comments
 (0)