Skip to content

Commit f0ba29e

Browse files
committed
Update Ruby version in CI matrix to 4.0
1 parent d75cbbd commit f0ba29e

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Ruby ${{ matrix.ruby }}
1414
strategy:
1515
matrix:
16-
ruby: ['3.2', '3.3', '3.4', 'head']
16+
ruby: ['3.2', '3.3', '3.4', '4.0']
1717

1818
steps:
1919
- uses: actions/checkout@v4

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ GEM
126126
net-smtp
127127
marcel (1.0.4)
128128
mini_mime (1.1.5)
129-
minitest (5.25.5)
129+
minitest (6.0.1)
130+
prism (~> 1.5)
130131
net-imap (0.5.10)
131132
date
132133
net-protocol
@@ -137,11 +138,11 @@ GEM
137138
net-smtp (0.5.1)
138139
net-protocol
139140
nio4r (2.7.4)
140-
nokogiri (1.18.10-arm64-darwin)
141+
nokogiri (1.19.0-arm64-darwin)
141142
racc (~> 1.4)
142-
nokogiri (1.18.10-x86_64-darwin)
143+
nokogiri (1.19.0-x86_64-darwin)
143144
racc (~> 1.4)
144-
nokogiri (1.18.10-x86_64-linux-gnu)
145+
nokogiri (1.19.0-x86_64-linux-gnu)
145146
racc (~> 1.4)
146147
parallel (1.27.0)
147148
parser (3.3.9.0)
@@ -150,7 +151,7 @@ GEM
150151
pp (0.6.2)
151152
prettyprint
152153
prettyprint (0.2.0)
153-
prism (1.4.0)
154+
prism (1.9.0)
154155
psych (5.2.6)
155156
date
156157
stringio
@@ -239,9 +240,9 @@ GEM
239240
simplecov_json_formatter (~> 0.1)
240241
simplecov-html (0.13.2)
241242
simplecov_json_formatter (0.1.4)
242-
sqlite3 (2.7.3-arm64-darwin)
243-
sqlite3 (2.7.3-x86_64-darwin)
244-
sqlite3 (2.7.3-x86_64-linux-gnu)
243+
sqlite3 (2.9.0-arm64-darwin)
244+
sqlite3 (2.9.0-x86_64-darwin)
245+
sqlite3 (2.9.0-x86_64-linux-gnu)
245246
standard-custom (1.0.2)
246247
lint_roller (~> 1.0)
247248
rubocop (~> 1.50)
@@ -255,7 +256,7 @@ GEM
255256
concurrent-ruby (~> 1.0)
256257
unicode-display_width (3.1.5)
257258
unicode-emoji (~> 4.0, >= 4.0.4)
258-
unicode-emoji (4.0.4)
259+
unicode-emoji (4.2.0)
259260
useragent (0.16.11)
260261
websocket-driver (0.8.0)
261262
base64

0 commit comments

Comments
 (0)