A Cloud Native Buildpack to install gems from a Gemfile
This will be providing gems.
The buildpack binaries are compiled for linux/amd64 and linux/arm64 by default.
To build for custom OS/architecture targets, run scripts/build.sh with one or more --target flags:
./scripts/build.sh --target linux/amd64 --target linux/arm64