Skip to content

Commit 087ec70

Browse files
justin808claude
andcommitted
Fix Ruby version mismatch for CI
CI is configured to use Ruby 3.4.6, but Gemfile was accidentally set to 3.4.3 during local development. This was causing bundle install to fail in CI with exit code 18. Updated: - Gemfile: ruby 3.4.3 → 3.4.6 - Gemfile.lock: ruby 3.4.3p32 → 3.4.6p32 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 879d171 commit 087ec70

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", "9.1.0"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ DEPENDENCIES
502502
web-console
503503

504504
RUBY VERSION
505-
ruby 3.4.3p32
505+
ruby 3.4.6p32
506506

507507
BUNDLED WITH
508508
2.4.17

0 commit comments

Comments
 (0)