Skip to content

Commit 1b15703

Browse files
committed
Upgrade to Ruby 4.0.0 on release day
Just for fun, upgrade to Ruby 4.0.0 [1] on the day of its release. [1] https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released/
1 parent 955d2ab commit 1b15703

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
#
1515
# If updating this value, you probably also want to add a new version to the
1616
# spec version matrix below.
17-
RUBY_VERSION: "3.4"
17+
RUBY_VERSION: "4.0"
1818

1919
# A suitable URL for a test database.
2020
TEST_DATABASE_NAME: river_test
@@ -134,6 +134,7 @@ jobs:
134134
- "3.2"
135135
- "3.3"
136136
- "3.4"
137+
- "4.0"
137138

138139
services:
139140
postgres:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.4
1+
ruby 4.0

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ GEM
4141
docile (1.4.1)
4242
drb (2.2.3)
4343
erb (5.1.1)
44+
ffi (1.17.2)
4445
ffi (1.17.2-arm64-darwin)
4546
ffi (1.17.2-x86_64-linux-gnu)
4647
fileutils (1.7.3)
@@ -58,12 +59,14 @@ GEM
5859
rb-fsevent (~> 0.10, >= 0.10.3)
5960
rb-inotify (~> 0.9, >= 0.9.10)
6061
logger (1.7.0)
61-
minitest (5.26.0)
62+
minitest (6.0.0)
63+
prism (~> 1.5)
6264
mutex_m (0.3.0)
6365
parallel (1.27.0)
6466
parser (3.3.9.0)
6567
ast (~> 2.4.1)
6668
racc
69+
pg (1.6.2)
6770
pg (1.6.2-arm64-darwin)
6871
pg (1.6.2-x86_64-linux)
6972
pp (0.6.3)
@@ -159,7 +162,7 @@ GEM
159162
concurrent-ruby (~> 1.0)
160163
unicode-display_width (3.2.0)
161164
unicode-emoji (~> 4.1)
162-
unicode-emoji (4.1.0)
165+
unicode-emoji (4.2.0)
163166
uri (1.0.4)
164167

165168
PLATFORMS

driver/riverqueue-activerecord/Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ GEM
5656
language_server-protocol (3.17.0.3)
5757
lint_roller (1.1.0)
5858
logger (1.6.4)
59-
minitest (5.25.4)
59+
minitest (6.0.0)
60+
prism (~> 1.5)
6061
parallel (1.26.3)
6162
parser (3.3.6.0)
6263
ast (~> 2.4.1)
6364
racc
6465
pg (1.5.9)
66+
prism (1.7.0)
6567
psych (5.2.2)
6668
date
6769
stringio
@@ -119,7 +121,7 @@ GEM
119121
concurrent-ruby (~> 1.0)
120122
unicode-display_width (3.1.2)
121123
unicode-emoji (~> 4.0, >= 4.0.4)
122-
unicode-emoji (4.0.4)
124+
unicode-emoji (4.2.0)
123125
uri (1.0.2)
124126

125127
PLATFORMS

driver/riverqueue-sequel/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ GEM
7272
rubocop-performance (~> 1.23.0)
7373
unicode-display_width (3.1.2)
7474
unicode-emoji (~> 4.0, >= 4.0.4)
75-
unicode-emoji (4.0.4)
75+
unicode-emoji (4.2.0)
7676

7777
PLATFORMS
7878
arm64-darwin-22

0 commit comments

Comments
 (0)