Skip to content

Commit

Permalink
v263 (#1411)
Browse files Browse the repository at this point in the history
- Release 3.3.0-rc1
- Release the BUILDPACK_VENDOR_URL fix

GUS-W-14644302
  • Loading branch information
schneems committed Dec 11, 2023
1 parent 9dc8ea4 commit 453b139
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Main (unreleased)

## v263 (2023/12/11)

- Ruby 3.3.0-rc1 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1411)
- Fix BUILDPACK_VENDOR_URL support (https://github.com/heroku/heroku-buildpack-ruby/pull/1406)

## v262 (2023/11/08)
Expand Down
15 changes: 15 additions & 0 deletions changelogs/v263/ruby-330-rc1.md
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.
2 changes: 1 addition & 1 deletion lib/language_pack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LanguagePack
class LanguagePack::Base
BUILDPACK_VERSION = "v262"
BUILDPACK_VERSION = "v263"
end
end

0 comments on commit 453b139

Please sign in to comment.