Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update heroku/buildpacks-ruby to v4.0.2 #624

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

heroku-linguist[bot]
Copy link
Contributor

heroku/ruby

Fixed

  • Ruby pre-release verssions like 3.4.0.rc1 now work as expected. (#372)
  • Layer metadata deserialization to Rust structs is now using #[serde(deny_unknown_fields)] this prevents the accidental scenario where metadata containing a superset of fields could accidentally be deserialized to the wrong struct. It's unlikely this is currently happening with the current buildpack, but it's a possibly-observable difference so it's being listed (#371)

## heroku/ruby

### Fixed

- Ruby pre-release verssions like `3.4.0.rc1` now work as expected. ([#372](heroku/buildpacks-ruby#372))
- Layer metadata deserialization to Rust structs is now using `#[serde(deny_unknown_fields)]` this prevents the accidental scenario where metadata containing a superset of fields could accidentally be deserialized to the wrong struct. It's unlikely this is currently happening with the current buildpack, but it's a possibly-observable difference so it's being listed ([#371](heroku/buildpacks-ruby#371))
@heroku-linguist heroku-linguist bot requested a review from a team as a code owner December 16, 2024 15:54
@heroku-linguist heroku-linguist bot enabled auto-merge (squash) December 16, 2024 15:54
@heroku-linguist heroku-linguist bot merged commit 3a73676 into main Dec 16, 2024
45 checks passed
@heroku-linguist heroku-linguist bot deleted the update/heroku/buildpacks-ruby branch December 16, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant