Skip to content

Commit 13a56d7

Browse files
committed
Align CI Ruby version with Gemfile
1 parent 34d81c7 commit 13a56d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/js_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node: [22.x]
17-
ruby: [3.3.4]
17+
ruby: [3.4.3]
1818

1919
env:
2020
RAILS_ENV: test

.github/workflows/lint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node: [22.x]
17-
ruby: [3.3.4]
17+
ruby: [3.4.3]
1818

1919
env:
2020
RAILS_ENV: test

.github/workflows/rspec_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node: [22.x]
17-
ruby: [3.3.4]
17+
ruby: [3.4.3]
1818

1919
services:
2020
postgres:

conductor-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
echo "🚀 Setting up React on Rails workspace..."
55

6-
# Note: This project requires Ruby 3.3.4.
6+
# Note: This project requires Ruby 3.4.3.
77
# Please ensure you have the correct Ruby version active before running this script.
88

99
# Copy environment files if they exist in the root

0 commit comments

Comments
 (0)