Fix gem bin PATH: use --no-user-install for bundler #367
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform!367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-gem-bin-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Arch Linux's Ruby defaults
gem installto~/.local/share/gem/even as root, puttingbundlerout of PATH. Uses--no-user-installto install to/usr/bin/.Changes
gem install bundler→gem install --no-user-install bundlerindocker/ruby-arch/DockerfileTest Plan
docker run ... bundler --versionworks without full pathdocker run ... bundle --versionworksReview Checklist
Related Notes
Discovered during T3 validation (
validation-360-2026-05-10).Closes #363
Tofu Plan Output (full)