Commit 7553aa9
Add Bundler config and .gitignore for local gem installation (#59)
- Add .bundle/config to set local vendor/bundle path by default
- Add .gitignore to exclude vendor/bundle/ and other common files
- This ensures 'bundle install' works without sudo on all systems
- Gems install to project-local directory instead of system location
Benefits:
- No permission issues when running bundle install
- Each developer gets isolated gem environment
- Consistent setup across all development machines
- Avoids conflicts with system Ruby gems
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent fb980e5 commit 7553aa9
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments