From: Marius Balteanu Date: Fri, 22 Oct 2021 06:23:37 +0000 (+0000) Subject: Pin webdrivers gem to 4.6.1. X-Git-Tag: 5.0.0~209 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9cb4a5f4ca4a808a90d8f29c06dbb05e8d95aa91;p=redmine.git Pin webdrivers gem to 4.6.1. git-svn-id: http://svn.redmine.org/redmine/trunk@21257 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 4ed4b536b..949fe86d2 100644 --- a/Gemfile +++ b/Gemfile @@ -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'