diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-10-21 19:16:30 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-10-21 19:16:30 +0000 |
commit | 0d8d61c4c6e40fb72bb8ff1789b8f96426d71e78 (patch) | |
tree | 91af15792c0c7194a67a6f1fbfd22b533e96eb41 | |
parent | 386f7b8eaa3894fcaeb25169c25e504e27a50d9d (diff) | |
download | redmine-0d8d61c4c6e40fb72bb8ff1789b8f96426d71e78.tar.gz redmine-0d8d61c4c6e40fb72bb8ff1789b8f96426d71e78.zip |
Pin selenium-webdriver to 3.142.7.
git-svn-id: http://svn.redmine.org/redmine/trunk@21256 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ group :test do # For running system tests gem 'puma' gem 'capybara', '~> 3.35.3' - gem "selenium-webdriver" + gem "selenium-webdriver", "~> 3.142.7" gem 'webdrivers', '~> 4.4', require: false # RuboCop gem 'rubocop', '~> 1.17.0' |