Skip to content

Commit 45d3444

Browse files
justin808claude
andcommitted
Fix Ruby version to match CI and .ruby-version
Update Ruby version back to 3.4.6 to match .ruby-version file and CI configuration, ensuring consistency across all environments. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 827d57c commit 45d3444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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", "9.3.2"

0 commit comments

Comments
 (0)