File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v4
27
27
28
28
- name : Remove Gemfile.lock
29
- if : (matrix.gemfile == 'Gemfile') && (matrix.ruby == 'head' || matrix.os == 'windows-latest' )
29
+ if : (matrix.gemfile == 'Gemfile') && (matrix.ruby == 'head')
30
30
run : " rm ${{ matrix.gemfile }}.lock"
31
31
32
32
- name : Set up Ruby
Original file line number Diff line number Diff line change 146
146
nio4r (2.7.3 )
147
147
nokogiri (1.16.5-arm64-darwin )
148
148
racc (~> 1.4 )
149
+ nokogiri (1.16.5-x64-mingw-ucrt )
150
+ racc (~> 1.4 )
149
151
nokogiri (1.16.5-x86_64-darwin )
150
152
racc (~> 1.4 )
151
153
nokogiri (1.16.5-x86_64-linux )
253
255
sorbet-static-and-runtime (>= 0.5.10187 )
254
256
thor (>= 0.19.2 )
255
257
sqlite3 (1.7.3-arm64-darwin )
258
+ sqlite3 (1.7.3-x64-mingw-ucrt )
256
259
sqlite3 (1.7.3-x86_64-darwin )
257
260
sqlite3 (1.7.3-x86_64-linux )
258
261
stringio (3.1.0 )
270
273
timeout (0.4.1 )
271
274
tzinfo (2.0.6 )
272
275
concurrent-ruby (~> 1.0 )
276
+ tzinfo-data (1.2024.1 )
277
+ tzinfo (>= 1.0.0 )
273
278
unicode-display_width (2.5.0 )
274
279
webmock (3.23.1 )
275
280
addressable (>= 2.8.0 )
287
292
288
293
PLATFORMS
289
294
arm64-darwin
295
+ x64-mingw-ucrt
290
296
x86_64-darwin
291
297
x86_64-linux
292
298
You can’t perform that action at this time.
0 commit comments