Force playwright-ruby-client version to keep it in sync with the NPM package (#36225)
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -138,6 +138,7 @@ group :test do
|
|||||||
# Browser integration testing
|
# Browser integration testing
|
||||||
gem 'capybara', '~> 3.39'
|
gem 'capybara', '~> 3.39'
|
||||||
gem 'capybara-playwright-driver'
|
gem 'capybara-playwright-driver'
|
||||||
|
gem 'playwright-ruby-client', '1.54.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
|
# Used to reset the database between system tests
|
||||||
gem 'database_cleaner-active_record'
|
gem 'database_cleaner-active_record'
|
||||||
|
|||||||
@@ -1047,6 +1047,7 @@ DEPENDENCIES
|
|||||||
parslet
|
parslet
|
||||||
pg (~> 1.5)
|
pg (~> 1.5)
|
||||||
pghero
|
pghero
|
||||||
|
playwright-ruby-client (= 1.54.1)
|
||||||
premailer-rails
|
premailer-rails
|
||||||
prometheus_exporter (~> 2.2)
|
prometheus_exporter (~> 2.2)
|
||||||
propshaft
|
propshaft
|
||||||
|
|||||||
Reference in New Issue
Block a user