Skip to content

Commit

Permalink
Merge pull request Scalingo#57 from Scalingo/deps/56/upstream_v264
Browse files Browse the repository at this point in the history
Merge tag 'v264'
fix Scalingo#56
  • Loading branch information
ipfaze authored Dec 26, 2023
2 parents a657791 + 0e4ef7f commit 22774f5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Main (unreleased)

## v264 (2023/12/25)

- Ruby 3.3.0 is now available

## 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)

- Warn when relying on default Node.js or Yarn versions (https://github.com/heroku/heroku-buildpack-ruby/pull/1401)
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 = "v264"
end
end

0 comments on commit 22774f5

Please sign in to comment.