Skip to content

Commit fd981c1

Browse files
committed
Revert "Update to Ruby 3.2.0"
Our CI still doesn't support Ruby 3.2.0 yet. This reverts commit 0e39e50.
1 parent 0e39e50 commit fd981c1

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- name: Install Ruby and gems
5151
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
5252
with:
53+
ruby: 3.x
5354
bundler-cache: true
5455

5556
- name: Use Node.js 18.x

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.1.2

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.2.0"
6+
ruby "3.1.2"
77

88
gem "react_on_rails", "13.2.0"
99
gem "shakapacker", "6.5.5"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ GEM
180180
parallel (1.21.0)
181181
parser (3.1.1.0)
182182
ast (~> 2.4.1)
183-
pg (1.4.5)
183+
pg (1.2.3)
184184
pry (0.14.2)
185185
coderay (~> 1.1)
186186
method_source (~> 1.0)
@@ -429,7 +429,7 @@ DEPENDENCIES
429429
webdrivers (= 5.2.0)
430430

431431
RUBY VERSION
432-
ruby 3.2.0p0
432+
ruby 3.1.2p20
433433

434434
BUNDLED WITH
435435
2.3.26

0 commit comments

Comments
 (0)