Skip to content

Commit b0632e1

Browse files
agarneha1331francisf
authored andcommitted
Bumped selenium webdriver version to solve keep_alive issue
1 parent ae222b9 commit b0632e1

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44
# gem "rails"
55

66
gem "rake", "13.0.1"
7-
gem "selenium-webdriver"
7+
gem 'selenium-webdriver', '3.141.5926'
88
gem "rspec-core", "~> 3.4.4"
99
gem "rspec"
1010
gem "parallel"

Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
browserstack-local (1.3.0)
5-
childprocess (0.9.0)
6-
ffi (~> 1.0, >= 1.0.11)
5+
childprocess (1.0.0)
76
diff-lcs (1.2.5)
8-
ffi (1.11.3)
97
parallel (1.9.0)
108
rake (13.0.1)
119
rspec (3.4.0)
@@ -22,8 +20,8 @@ GEM
2220
rspec-support (~> 3.4.0)
2321
rspec-support (3.4.1)
2422
rubyzip (1.3.0)
25-
selenium-webdriver (3.141.0)
26-
childprocess (~> 0.5)
23+
selenium-webdriver (3.141.5926)
24+
childprocess (>= 0.5, < 2.0)
2725
rubyzip (~> 1.2, >= 1.2.2)
2826

2927
PLATFORMS
@@ -35,7 +33,7 @@ DEPENDENCIES
3533
rake (= 13.0.1)
3634
rspec
3735
rspec-core (~> 3.4.4)
38-
selenium-webdriver
36+
selenium-webdriver (= 3.141.5926)
3937

4038
BUNDLED WITH
4139
1.17.3

0 commit comments

Comments
 (0)