Browse Source

Pin selenium-webdriver to 3.142.7.

git-svn-id: http://svn.redmine.org/redmine/trunk@21256 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Marius Balteanu 2 years ago
parent
commit
0d8d61c4c6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -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'

Loading…
Cancel
Save