Skip to content

Commit a810cca

Browse files
justin808claude
andcommitted
Fix Ruby version mismatch for CI
Updated Ruby version from 3.4.3 to 3.4.6 to match CI environment expectations. This fixes the bundle install failure in GitHub Actions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8731438 commit a810cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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", github: "shakacode/shakapacker", branch: "justin808/early-hints"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ DEPENDENCIES
511511
web-console
512512

513513
RUBY VERSION
514-
ruby 3.4.3p32
514+
ruby 3.4.6p54
515515

516516
BUNDLED WITH
517517
2.4.17

0 commit comments

Comments
 (0)