Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
86a07597
Commit
86a07597
authored
Oct 19, 2021
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update selenium to version 4
Bump selenium and webdrivers once more
parent
7caed114
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
qa/Gemfile
qa/Gemfile
+1
-1
qa/Gemfile.lock
qa/Gemfile.lock
+9
-9
No files found.
qa/Gemfile
View file @
86a07597
...
@@ -22,7 +22,7 @@ gem 'timecop', '~> 0.9.1'
...
@@ -22,7 +22,7 @@ gem 'timecop', '~> 0.9.1'
gem
'parallel'
,
'~> 1.19'
gem
'parallel'
,
'~> 1.19'
gem
'rspec-parameterized'
,
'~> 0.4.2'
gem
'rspec-parameterized'
,
'~> 0.4.2'
gem
'octokit'
,
'~> 4.21'
gem
'octokit'
,
'~> 4.21'
gem
'webdrivers'
,
'~>
4.6
'
gem
'webdrivers'
,
'~>
5.0
'
gem
'zeitwerk'
,
'~> 2.4'
gem
'zeitwerk'
,
'~> 2.4'
gem
'influxdb-client'
,
'~> 1.17'
gem
'influxdb-client'
,
'~> 1.17'
...
...
qa/Gemfile.lock
View file @
86a07597
...
@@ -125,13 +125,13 @@ GEM
...
@@ -125,13 +125,13 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0704)
mime-types-data (3.2021.0704)
mini_mime (1.1.0)
mini_mime (1.1.0)
mini_portile2 (2.
5.3
)
mini_portile2 (2.
6.1
)
minitest (5.14.4)
minitest (5.14.4)
multi_xml (0.6.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
multipart-post (2.1.1)
netrc (0.11.0)
netrc (0.11.0)
nokogiri (1.1
1.7
)
nokogiri (1.1
2.5
)
mini_portile2 (~> 2.
5.0
)
mini_portile2 (~> 2.
6.1
)
racc (~> 1.4)
racc (~> 1.4)
octokit (4.21.0)
octokit (4.21.0)
faraday (>= 0.9)
faraday (>= 0.9)
...
@@ -154,7 +154,7 @@ GEM
...
@@ -154,7 +154,7 @@ GEM
byebug (~> 9.1)
byebug (~> 9.1)
pry (~> 0.10)
pry (~> 0.10)
public_suffix (4.0.1)
public_suffix (4.0.1)
racc (1.
5.2
)
racc (1.
6.0
)
rack (2.2.3)
rack (2.2.3)
rack-test (1.1.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack (>= 1.0, < 3)
...
@@ -198,9 +198,9 @@ GEM
...
@@ -198,9 +198,9 @@ GEM
sawyer (0.8.2)
sawyer (0.8.2)
addressable (>= 2.3.5)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (> 0.8, < 2.0)
selenium-webdriver (4.0.
0.rc1
)
selenium-webdriver (4.0.
3
)
childprocess (>= 0.5, < 5.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2)
rexml (~> 3.2
, >= 3.2.5
)
rubyzip (>= 1.2.2)
rubyzip (>= 1.2.2)
systemu (2.6.5)
systemu (2.6.5)
table_print (1.5.7)
table_print (1.5.7)
...
@@ -227,10 +227,10 @@ GEM
...
@@ -227,10 +227,10 @@ GEM
watir (6.19.1)
watir (6.19.1)
regexp_parser (>= 1.2, < 3)
regexp_parser (>= 1.2, < 3)
selenium-webdriver (>= 3.142.7)
selenium-webdriver (>= 3.142.7)
webdrivers (4.
6
.0)
webdrivers (4.
7
.0)
nokogiri (~> 1.6)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
rubyzip (>= 1.3.0)
selenium-webdriver (>
= 3.0, < 4
.0)
selenium-webdriver (>
3.141, < 5
.0)
xpath (3.2.0)
xpath (3.2.0)
nokogiri (~> 1.8)
nokogiri (~> 1.8)
zeitwerk (2.4.2)
zeitwerk (2.4.2)
...
@@ -269,4 +269,4 @@ DEPENDENCIES
...
@@ -269,4 +269,4 @@ DEPENDENCIES
zeitwerk (~> 2.4)
zeitwerk (~> 2.4)
BUNDLED WITH
BUNDLED WITH
2.2.2
2
2.2.2
9
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment