-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Release 3.3.0-rc1 - Release the BUILDPACK_VENDOR_URL fix GUS-W-14644302
- Loading branch information
Showing
3 changed files
with
19 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,15 @@ | ||
## Ruby version 3.3.0-rc1 is now available | ||
|
||
[Ruby v3.3.0-rc1](/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.3.0.rc1" | ||
``` | ||
|
||
For more information on [Ruby 3.3.0-rc1, you can view the release announcement](https://www.ruby-lang.org/en/news/). | ||
|
||
Note: This version of Ruby is not suitable for production applications. | ||
However, it can be used to test that your application is ready for | ||
the official release of Ruby 3.3.0 and | ||
to provide feedback to the Ruby core team. |
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 = "v262" | ||
BUILDPACK_VERSION = "v263" | ||
end | ||
end |