Skip to content

Commit 4beedac

Browse files
justin808claude
andcommitted
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 <noreply@anthropic.com>
1 parent a4edfdb commit 4beedac

File tree

3 files changed

+173
-141
lines changed

3 files changed

+173
-141
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.3
1+
3.4.6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby "3.4.3"
6+
ruby "3.4.6"
77

88
gem "react_on_rails", "16.1.1"
99
gem "shakapacker", "9.3.0"

0 commit comments

Comments
 (0)