Skip to content

Commit

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

Bump selenium-webdriver from 4.25.0 to 4.26.0
  • Loading branch information
zinduolis authored Oct 31, 2024
2 parents aed85df + 6ebf8d6 commit ced9bb3
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
# Note: 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.25'
gem 'selenium-webdriver', '~> 4.26'

# Note: 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 @@ -195,7 +195,7 @@ GEM
rushover (0.3.0)
json
rest-client
selenium-webdriver (4.25.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -300,7 +300,7 @@ DEPENDENCIES
rubocop (~> 1.67.0)
rubyzip (~> 2.3)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.25)
selenium-webdriver (~> 4.26)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 1.4)
Expand Down

0 comments on commit ced9bb3

Please sign in to comment.