Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/selenium-webdriver-4.14.0' into depe…
Browse files Browse the repository at this point in the history
…ndabot-updates
  • Loading branch information
Stephen committed Oct 12, 2023
2 parents 231c425 + 3965d83 commit ea8e661
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 @@ -79,7 +79,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.13'
gem 'selenium-webdriver', '~> 4.14'

# 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 @@ -172,7 +172,7 @@ GEM
rushover (0.3.0)
json
rest-client
selenium-webdriver (4.13.1)
selenium-webdriver (4.14.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -268,7 +268,7 @@ DEPENDENCIES
rubocop (~> 1.56.4)
rubyzip (~> 2.3)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.13)
selenium-webdriver (~> 4.14)
sinatra (~> 3.0)
slack-notifier (~> 2.4)
sqlite3 (~> 1.6)
Expand Down

0 comments on commit ea8e661

Please sign in to comment.