Update webdrivers gem (#243)

This commit is contained in:
B-Souty
2024-01-05 08:53:46 +13:00
committed by GitHub
parent 17d67e0f91
commit f39a4c6eea
2 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ group :test do
gem 'capybara', '3.36.0'
gem 'selenium-webdriver', '4.1.0'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers', '5.0.0'
gem 'webdrivers', '5.3.1'
end
# If not bundled, webpack compilation in production fails