Skip to content

Commit e439f59

Browse files
justin808claude
andcommitted
Fix Ruby version mismatch between Gemfile and .ruby-version
Update both files to use Ruby 3.4.3 to match the installed version and resolve bundle install failures in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3f063df commit e439f59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ruby-version

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

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.3.7"
6+
ruby "3.4.3"
77

88
gem "react_on_rails", "16.2.0.beta.8"
99
gem "shakapacker", "9.3.4.beta.0"

0 commit comments

Comments
 (0)