Skip to content

Commit

Permalink
Reference the application contract in error message (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBorge committed Nov 14, 2024
1 parent ccfa66b commit 21465ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildpacks/ruby/src/user_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ pub(crate) fn on_error(err: libcnb::Error<RubyBuildpackError>) {
buildpack or framework, please visit the buildpack's GitHub repository at
https://github.com/heroku/buildpacks-ruby/issues. Search for any existing issues
related to this error. If none are found, please consider opening a new issue.
For more details on expected behavior, see the application contract at
https://github.com/heroku/buildpacks-ruby/blob/main/docs/application_contract.md
If you notice a difference between the contract and actual buildpack behavior,
please open an issue with a minimal application to reproduce the problem.
For application-specific support, consider asking on official Heroku support
channels or Stack Overflow.
"}),
};
}
Expand Down

0 comments on commit 21465ae

Please sign in to comment.