Skip to content

Commit 0e39e50

Browse files
committed
Update to Ruby 3.2.0
To be compatibale with Ruby 3.2.0, pg gem had to be updated to newer version. By not mentioning the ruby version in CI, it uses the version mentioned in the .ruby-version file.
1 parent 1f8eef4 commit 0e39e50

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/test.yml

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

5655
- 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.1.2
1+
3.2.0

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.1.2"
6+
ruby "3.2.0"
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.2.3)
183+
pg (1.4.5)
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.1.2p20
432+
ruby 3.2.0p0
433433

434434
BUNDLED WITH
435435
2.3.26

0 commit comments

Comments
 (0)