Skip to content

Commit

Permalink
Update dependency "webdrivers" to 5.2.0 and up due to upstream issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
starrify authored and NomadThanatos committed Oct 9, 2023
1 parent 92b8ccb commit 0ca64fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gem 'nokogiri'
gem 'byebug'
gem 'rubyzip', '>= 1.0.0'
gem 'selenium-webdriver'
gem 'webdrivers'
gem 'webdrivers', '>= 5.2.0'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
webdrivers (5.0.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
selenium-webdriver (~> 4.0, < 4.11)

PLATFORMS
ruby
Expand All @@ -52,7 +52,7 @@ DEPENDENCIES
nokogiri
rubyzip (>= 1.0.0)
selenium-webdriver
webdrivers
webdrivers (>= 5.2.0)

BUNDLED WITH
2.3.12

0 comments on commit 0ca64fe

Please sign in to comment.