Commit 4beedac
Fix Ruby version mismatch in CI
Revert Ruby version from 3.4.3 back to 3.4.6 to match CI configuration.
The CI workflows use Ruby 3.4.6, so Gemfile and .ruby-version must match.
Changes:
- Revert .ruby-version to 3.4.6
- Revert Gemfile ruby requirement to 3.4.6
- Regenerate Gemfile.lock with correct Ruby version
This fixes the CI failures:
```
Your Ruby version is 3.4.6, but your Gemfile specified 3.4.3
##[error]The process '/opt/hostedtoolcache/Ruby/3.4.6/x64/bin/bundle' failed with exit code 18
```
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a4edfdb commit 4beedac
3 files changed
+173
-141
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments