Skip to content

Commit

Permalink
Update dependency selenium-webdriver to '~> 4.3', '< 4.23.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 4192659 commit b5143ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.23.1'
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
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
roda (3.79.0)
rack
rouge (4.2.1)
Expand Down Expand Up @@ -573,7 +573,7 @@ GEM
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.8.1)
websocket (1.2.10)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -637,7 +637,7 @@ DEPENDENCIES
rubocop (~> 1.8)
rubocop-rails
rubocop-rspec (~> 2.1)
selenium-webdriver (~> 4.3, < 4.11)
selenium-webdriver (~> 4.3, < 4.23.1)
sentry-rails (~> 5.17)
sentry-ruby (~> 5.17)
sentry-sidekiq (~> 5.17)
Expand Down

0 comments on commit b5143ea

Please sign in to comment.