Skip to content

Commit

Permalink
Merge pull request #2988 from beefproject/dependabot/bundler/selenium…
Browse files Browse the repository at this point in the history
…-webdriver-4.16.0

Bump selenium-webdriver from 4.14.0 to 4.16.0
  • Loading branch information
stephenakq authored Dec 21, 2023
2 parents 214a399 + 5dd8715 commit de0cab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ group :test do
# selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
# gem 'selenium' # Requires old version of selenium which is no longer available
gem 'geckodriver-helper', '~> 0.24.0'
gem 'selenium-webdriver', '~> 4.14'
gem 'selenium-webdriver', '~> 4.16'

# nokogiri is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ GEM
rushover (0.3.0)
json
rest-client
selenium-webdriver (4.14.0)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -266,7 +266,7 @@ DEPENDENCIES
rubocop (~> 1.59.0)
rubyzip (~> 2.3)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.14)
selenium-webdriver (~> 4.16)
sinatra (~> 3.0)
slack-notifier (~> 2.4)
sqlite3 (~> 1.6)
Expand Down

0 comments on commit de0cab6

Please sign in to comment.