Commit 087ec70
Fix Ruby version mismatch for CI
CI is configured to use Ruby 3.4.6, but Gemfile was accidentally set to 3.4.3 during local development. This was causing bundle install to fail in CI with exit code 18.
Updated:
- Gemfile: ruby 3.4.3 → 3.4.6
- Gemfile.lock: ruby 3.4.3p32 → 3.4.6p32
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 879d171 commit 087ec70
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
| 505 | + | |
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
0 commit comments