1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Pin webdrivers gem to 4.6.1.

git-svn-id: http://svn.redmine.org/redmine/trunk@21257 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2021-10-22 06:23:37 +00:00
parent 0d8d61c4c6
commit 9cb4a5f4ca

View File

@ -99,7 +99,7 @@ group :test do
gem 'puma'
gem 'capybara', '~> 3.35.3'
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '~> 4.4', require: false
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.17.0'
gem 'rubocop-performance', '~> 1.11.0'