Skip to content

Commit

Permalink
Update dependency selenium-webdriver to '~> 4.3', '< 4.20.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent f2d56b7 commit f2c8f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ group :test do
gem 'poltergeist', '~> 1.18'
gem 'capybara-screenshot', '~> 1.0'
gem 'site_prism', '~> 5.0.1'
gem 'selenium-webdriver', '~> 4.3', '< 4.11'
gem 'selenium-webdriver', '~> 4.3', '< 4.20.2'
gem 'rails-controller-testing', '~> 1.0'
gem 'climate_control', '~> 1.0'
gem 'et_test_helpers', git: 'https://github.com/hmcts/et_test_helpers.git', tag: 'v1.3.2'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ DEPENDENCIES
rubocop (~> 1.8)
rubocop-rails
rubocop-rspec (~> 2.1)
selenium-webdriver (~> 4.3, < 4.11)
selenium-webdriver (~> 4.3, < 4.20.2)
sentry-rails (~> 5.17)
sentry-ruby (~> 5.17)
sentry-sidekiq (~> 5.17)
Expand Down

0 comments on commit f2c8f72

Please sign in to comment.