Skip to content

Commit 70d3a54

Browse files
authored
Merge pull request #453 from rails/flavorjones-ci-bump-ruby-matrix-3.4
ci: bump ruby matrix to include 3.4
2 parents c2b3abf + 4e6f3cb commit 70d3a54

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby: ["3.1", "3.2", "3.3", "head"]
23+
ruby: ["3.1", "3.2", "3.3", "3.4", "head"]
2424
steps:
2525
- uses: actions/checkout@v4
2626
- run: rm Gemfile.lock
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: ruby/setup-ruby@v1
4747
with:
48-
ruby-version: "3.2"
48+
ruby-version: "3.4"
4949
bundler: latest
5050
- run: test/integration/user_journey_test.sh
5151
shell: bash

Diff for: Gemfile.lock

+18-16
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ GEM
4949
uri (>= 0.13.1)
5050
base64 (0.2.0)
5151
benchmark (0.4.0)
52-
bigdecimal (3.1.8)
52+
bigdecimal (3.1.9)
5353
builder (3.3.0)
5454
concurrent-ruby (1.3.4)
55-
connection_pool (2.4.1)
55+
connection_pool (2.5.0)
5656
crass (1.0.6)
5757
date (3.4.1)
5858
debug (1.10.0)
5959
irb (~> 1.10)
6060
reline (>= 0.3.8)
6161
drb (2.2.1)
62-
erubi (1.13.0)
62+
erubi (1.13.1)
6363
globalid (1.2.1)
6464
activesupport (>= 6.1)
6565
i18n (1.14.6)
@@ -68,8 +68,8 @@ GEM
6868
irb (1.14.3)
6969
rdoc (>= 4.0.0)
7070
reline (>= 0.4.2)
71-
logger (1.6.3)
72-
loofah (2.23.1)
71+
logger (1.6.5)
72+
loofah (2.24.0)
7373
crass (~> 1.0.2)
7474
nokogiri (>= 1.12.0)
7575
mail (2.8.1)
@@ -78,36 +78,38 @@ GEM
7878
net-pop
7979
net-smtp
8080
mini_mime (1.1.5)
81+
mini_portile2 (2.8.8)
8182
minitest (5.25.4)
82-
net-imap (0.5.1)
83+
net-imap (0.5.5)
8384
date
8485
net-protocol
8586
net-pop (0.1.2)
8687
net-protocol
8788
net-protocol (0.2.2)
8889
timeout
8990
net-smtp (0.5.0)
90-
net-protocol
91-
nokogiri (1.17.2-aarch64-linux)
91+
nokogiri (1.18.1)
92+
mini_portile2 (~> 2.8.2)
9293
racc (~> 1.4)
93-
nokogiri (1.17.2-arm-linux)
94+
nokogiri (1.18.1-aarch64-linux-gnu)
9495
racc (~> 1.4)
95-
nokogiri (1.17.2-arm64-darwin)
96+
nokogiri (1.18.1-arm-linux-gnu)
9697
racc (~> 1.4)
97-
nokogiri (1.17.2-x86-linux)
98+
nokogiri (1.18.1-arm64-darwin)
9899
racc (~> 1.4)
99-
nokogiri (1.17.2-x86_64-darwin)
100+
nokogiri (1.18.1-x86_64-darwin)
100101
racc (~> 1.4)
101-
nokogiri (1.17.2-x86_64-linux)
102+
nokogiri (1.18.1-x86_64-linux-gnu)
102103
racc (~> 1.4)
103104
psych (5.2.2)
104105
date
105106
stringio
106107
racc (1.8.1)
107108
rack (3.1.8)
108-
rack-session (2.0.0)
109+
rack-session (2.1.0)
110+
base64 (>= 0.1.0)
109111
rack (>= 3.0.0)
110-
rack-test (2.1.0)
112+
rack-test (2.2.0)
111113
rack (>= 1.3)
112114
rackup (2.2.1)
113115
rack (>= 3)
@@ -140,7 +142,7 @@ GEM
140142
tailwindcss-ruby (3.4.17-x86_64-darwin)
141143
tailwindcss-ruby (3.4.17-x86_64-linux)
142144
thor (1.3.2)
143-
timeout (0.4.2)
145+
timeout (0.4.3)
144146
tzinfo (2.0.6)
145147
concurrent-ruby (~> 1.0)
146148
uri (1.0.2)

0 commit comments

Comments
 (0)