Update dependency playwright-ruby-client to v1.59.1 (#38848)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c6facd27ed
commit
b44aa94853
2
Gemfile
2
Gemfile
@ -134,7 +134,7 @@ group :test do
|
||||
# Browser integration testing
|
||||
gem 'capybara', '~> 3.39'
|
||||
gem 'capybara-playwright-driver'
|
||||
gem 'playwright-ruby-client', '1.59.0', require: false # Pinning the exact version as it needs to be kept in sync with the installed npm package
|
||||
gem 'playwright-ruby-client', '1.59.1', require: false # Pinning the exact version as it needs to be kept in sync with the installed npm package
|
||||
|
||||
# Used to reset the database between system tests
|
||||
gem 'database_cleaner-active_record'
|
||||
|
||||
@ -599,7 +599,7 @@ GEM
|
||||
pg (1.6.3)
|
||||
pghero (3.8.0)
|
||||
activerecord (>= 7.2)
|
||||
playwright-ruby-client (1.59.0)
|
||||
playwright-ruby-client (1.59.1)
|
||||
base64
|
||||
concurrent-ruby (>= 1.1.6)
|
||||
mime-types (>= 3.0)
|
||||
@ -1040,7 +1040,7 @@ DEPENDENCIES
|
||||
parslet
|
||||
pg (~> 1.5)
|
||||
pghero
|
||||
playwright-ruby-client (= 1.59.0)
|
||||
playwright-ruby-client (= 1.59.1)
|
||||
premailer-rails
|
||||
prometheus_exporter (~> 2.2)
|
||||
propshaft
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user