Srinjoy Ray

Results 4 comments of Srinjoy Ray

I tried to reproduce the issue using ``` pack build test --builder heroku/builder-classic:22 --trust-builder --buildpack heroku/[email protected] ``` But the build is failing ``` Warning: Exporting to docker daemon (building without...

We have upgraded the bundler version to `2.3.21` in https://github.com/GoogleCloudPlatform/buildpacks/commit/6e396f2db7a79b1c40e246a71fbdb2115ef4104c. The buildpacks now fully support the `force_ruby_platform` option and can correctly handle gems with platform variants like `linux-musl` and `linux-gnu`....

We had to rollback the bundler upgrade change because it caused backward-incompatible issues So native extensions are still not supported 😔. We plan to upgrade bundler with the next Ruby...

Great news! Support for pyproject.toml and uv is now available in **Public Preview** for the Python Buildpack. > **Note on requirements.txt:** > If you are using `requirements.txt` file, you can...