Commit fbbd8f8
fix: commit Gemfile.lock for GitHub Actions builds
GitHub Actions requires a committed Gemfile.lock to properly install
dependencies with bundler-cache. This fixes the build failure where
asciidoctor was not being installed.
Changes:
- Remove Gemfile.lock from .gitignore
- Add vendor/bundle/ to .gitignore (local gem installation)
- Commit generated Gemfile.lock
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b75d8cf commit fbbd8f8
2 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| 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 | + | |
| 16 | + | |
0 commit comments