Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Bump selenium-webdriver from 3.4.0 to 3.142.7 #735

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ group :development, :test do
gem 'pry'
gem 'pry-byebug'
gem 'capybara', '~> 2.14.0'
gem 'selenium-webdriver', '3.4.0'
gem 'selenium-webdriver', '3.142.7'
gem 'launchy', '~> 2.4.3'
gem "minitest", '~> 5.10.2'
gem 'rspec-rails', '3.6.0'
Expand Down
14 changes: 5 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.5.6)
ffi (~> 1.0, >= 1.0.11)
childprocess (3.0.0)
chronic (0.10.2)
cliver (0.3.2)
coderay (1.1.1)
Expand Down Expand Up @@ -155,7 +154,6 @@ GEM
faraday (0.12.1)
multipart-post (>= 1.2, < 3)
fastercsv (1.5.5)
ffi (1.11.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashie (3.5.6)
Expand Down Expand Up @@ -390,10 +388,9 @@ GEM
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
scrub_rb (1.0.1)
selenium-webdriver (3.4.0)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -443,7 +440,6 @@ GEM
raindrops (~> 0.7)
warden (1.2.6)
rack (>= 1.0)
websocket (1.2.4)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
Expand Down Expand Up @@ -503,7 +499,7 @@ DEPENDENCIES
rubocop-rspec (= 1.15.1)
rubyzip (= 1.3.0)
sass-rails (~> 5.0.5)
selenium-webdriver (= 3.4.0)
selenium-webdriver (= 3.142.7)
share_notify!
simplecov (~> 0.14.1)
sitemap_generator (~> 5.3.1)
Expand Down