Skip to content

Commit 29a6d48

Browse files
committed
Fix Ruby version to 3.4.6 for CI compatibility
1 parent b16ee4d commit 29a6d48

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.0.0.beta.11"

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.6p0
506506

507507
BUNDLED WITH
508508
2.4.17

0 commit comments

Comments
 (0)