mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Force playwright-ruby-client version to keep it in sync with the NPM package (#36225)
This commit is contained in:
parent
91e666bcaa
commit
63a2ef6274
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -138,6 +138,7 @@ group :test do
|
|||
# Browser integration testing
|
||||
gem 'capybara', '~> 3.39'
|
||||
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
|
||||
gem 'database_cleaner-active_record'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue