Skip to content

Commit c788c7b

Browse files
authored
Merge pull request #2552 from mroderick/fix/playwright-version-mismatch
fix(ci): update Playwright to v1.59.0
2 parents 4d659a7 + f4ff840 commit c788c7b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
id: playwright-cache
4646
with:
4747
path: ~/.cache/ms-playwright
48-
key: playwright-${{ runner.os }}-1.58.0
48+
key: playwright-${{ runner.os }}-1.59.0
4949

5050
- name: Install Playwright browsers (cache miss)
5151
if: steps.playwright-cache.outputs.cache-hit != 'true'
52-
run: npx --yes playwright@1.58.0 install --with-deps chromium
52+
run: npx --yes playwright@1.59.0 install --with-deps chromium
5353

5454
- name: Install Playwright system deps (cache hit)
5555
if: steps.playwright-cache.outputs.cache-hit == 'true'
56-
run: npx --yes playwright@1.58.0 install-deps chromium
56+
run: npx --yes playwright@1.59.0 install-deps chromium
5757

5858
- name: Setup test databases
5959
env:

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
acts-as-taggable-on (13.0.0)
8787
activerecord (>= 7.1, < 8.2)
8888
zeitwerk (>= 2.4, < 3.0)
89-
addressable (2.8.9)
89+
addressable (2.9.0)
9090
public_suffix (>= 2.0.2, < 8.0)
9191
amazing_print (2.0.0)
9292
ast (2.4.3)
@@ -293,7 +293,7 @@ GEM
293293
mime-types (3.7.0)
294294
logger
295295
mime-types-data (~> 3.2025, >= 3.2025.0507)
296-
mime-types-data (3.2026.0317)
296+
mime-types-data (3.2026.0407)
297297
mini_magick (5.3.1)
298298
logger
299299
mini_mime (1.1.5)
@@ -360,7 +360,7 @@ GEM
360360
pg (1.6.3-x86_64-linux)
361361
pickadate-rails (3.5.6.1)
362362
railties (>= 3.1.0)
363-
playwright-ruby-client (1.58.1)
363+
playwright-ruby-client (1.59.0)
364364
base64
365365
concurrent-ruby (>= 1.1.6)
366366
mime-types (>= 3.0)
@@ -403,7 +403,7 @@ GEM
403403
pundit (2.5.2)
404404
activesupport (>= 3.0.0)
405405
racc (1.8.1)
406-
rack (3.2.5)
406+
rack (3.2.6)
407407
rack-mini-profiler (4.0.1)
408408
rack (>= 1.2.0)
409409
rack-protection (4.2.1)
@@ -460,7 +460,7 @@ GEM
460460
erb
461461
psych (>= 4.0.0)
462462
tsort
463-
regexp_parser (2.11.3)
463+
regexp_parser (2.12.0)
464464
reline (0.6.3)
465465
io-console (~> 0.5)
466466
rexml (3.4.4)

0 commit comments

Comments
 (0)