Skip to content

Tags: docsend/heroku-buildpack-ruby

Tags

v218

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v218 for Monday release (heroku#1034)

v217

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Release v217 with only stack image change (heroku#1029)

* Gracefully handle unrecognised stacks

Previously if the current stack was not in the download presence check's
list of known stacks, the compile would fail with:

```
lib/language_pack/helpers/download_presence.rb:32:in `next_stack': undefined method `+' for nil:NilClass (NoMethodError)
	from /app/tmp/buildpacks/.../lib/language_pack/ruby.rb:469:in `warn_stack_upgrade'
	from /app/tmp/buildpacks/.../lib/language_pack/ruby.rb:462:in `warn_outdated_ruby'
	from /app/tmp/buildpacks/.../lib/language_pack/ruby.rb:115:in `block in compile'
```

Refs W-7457678.

* v217

* [changelog skip] Fix CNB tests

Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>

v216

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v216 release for monday (heroku#1023)

v215

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request heroku#978 from heroku/schneems/buildpack-cache-in-ci

Fix CI Test runs not using bundler cache

v214

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request heroku#975 from heroku/schneems/absolute-yarn-path

Fix yarn relative path in PATH

v213

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request heroku#973 from heroku/schneems/cd_bug_again

Fix absolute path bug in .profile.d/ruby.sh $PATH

v212

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request heroku#972 from heroku/schneems/v212

v212

v211

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request heroku#962 from heroku/schneems/v211

v211

v210

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request heroku#958 from heroku/schneems/fix-logic-inversion

Fix version download warning logic

v209

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request heroku#957 from heroku/schneems/less-agressive-war…

…ning

Make version warnings more robust