forked from heroku/heroku-buildpack-ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update buildpack for Ruby and JRuby binary release (heroku#1360)
- Loading branch information
Showing
4 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## JRuby 9.4.1.0 is now available | ||
|
||
The following Ruby versions are now available on the Heroku platform: | ||
|
||
- JRuby 9.4.1.0 | ||
|
||
You can see the latest versions on the [Ruby support page](https://devcenter.heroku.com/articles/ruby-support). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Ruby version 3.2.1 is now available | ||
|
||
The following Ruby versions are now available on the Heroku platform: | ||
|
||
- Ruby 3.2.1 | ||
|
||
You can see the latest versions on the [Ruby support page](https://devcenter.heroku.com/articles/ruby-support). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module LanguagePack | ||
class LanguagePack::Base | ||
BUILDPACK_VERSION = "v251" | ||
BUILDPACK_VERSION = "v252" | ||
end | ||
end |