Skip to content

Commit 332aba4

Browse files
schneemsRichard Schneeman
and
Richard Schneeman
authored
v262 and an update to the warning message (#1402)
Co-authored-by: Richard Schneeman <[email protected]>
1 parent 77c1ac3 commit 332aba4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Main (unreleased)
44

5+
## v262 (2023/11/08)
6+
57
- Warn when relying on default Node.js or Yarn versions (https://github.com/heroku/heroku-buildpack-ruby/pull/1401)
68
- Warn when default Node.js or Yarn versions change (https://github.com/heroku/heroku-buildpack-ruby/pull/1401)
79

lib/language_pack/ruby.rb

+3-2
Original file line numberDiff line numberDiff line change
@@ -1062,8 +1062,9 @@ def add_yarn_binary
10621062
Installing a default version (#{version}) of Yarn
10631063
This version is not pinned and can change over time, causing unexpected failures.
10641064
1065-
Heroku recommends placing the `heroku/nodejs` buildpack in front of
1066-
`heroku/ruby` to install a specific version of node:
1065+
Heroku recommends placing the `heroku/nodejs` buildpack in front of the `heroku/ruby`
1066+
buildpack as it offers more comprehensive Node.js support, including the ability to
1067+
customise the Node.js version:
10671068
10681069
https://devcenter.heroku.com/articles/ruby-support#node-js-support
10691070
WARNING

lib/language_pack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module LanguagePack
44
class LanguagePack::Base
5-
BUILDPACK_VERSION = "v261"
5+
BUILDPACK_VERSION = "v262"
66
end
77
end

0 commit comments

Comments
 (0)