ruby
ruby copied to clipboard
Bumps the go-modules group with 2 updates in the / directory: [github.com/onsi/gomega](https://github.com/onsi/gomega) and [github.com/paketo-buildpacks/occam](https://github.com/paketo-buildpacks/occam). Updates `github.com/onsi/gomega` from 1.32.0 to 1.33.1 Release notes Sourced from github.com/onsi/gomega's releases. v1.33.1 1.33.1 Fixes fix...
Create Draft Release workflow [failed](https://github.com/paketo-buildpacks/ruby/actions/runs/2735645817).
Push Buildpackage workflow [failed](https://github.com/paketo-buildpacks/ruby/actions/runs/7612849759).
When using Rails framework, the ActiveRecord needs to write caches or other files in the root project tmp folder (/workspace/tmp) but it fails with permission denied to write files to...
Update Buildpack TOML workflow [failed](https://github.com/paketo-buildpacks/ruby/actions/runs/4262638755).
## Expected Behavior build worked as of Sept 12 11am central ## Current Behavior ERROR: failed to build: failed to write image to the following tags: [pack.local/builder/75647075726175716f69:latest: loading image "pack.local/builder/75647075726175716f69:latest"....
The Rails Assets buildpack participates when there is a rails application _with assets_. Rails API applications do not have assets, and hence that buildpack does not participate. But, that buildpack...
_[Slack thread](https://paketobuildpacks.slack.com/archives/CURGNPSTE/p1663865455875219)_ ## Describe the Enhancement Allow us to save a few keystrokes and stop typing in `bundle exec` on interactive shell sessions. ## Possible Solution Introduce a new `bundler-binstubs`...