Skip to content

Commit

Permalink
Update dependency selenium-webdriver to '~> 4.3', '< 4.20.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent 0c72538 commit bb71bd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.1'
gem 'rails-controller-testing', '~> 1.0'
gem 'climate_control', '~> 1.0'
gem 'puma', '~> 6.3'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ GEM
nio4r (2.7.1)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
notifications-ruby-client (5.4.0)
jwt (>= 1.5, < 3)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -573,8 +575,8 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
aarch64-linux-musl
arm64-darwin-22
x86_64-linux

DEPENDENCIES
activeadmin (~> 3.2)
Expand Down Expand Up @@ -628,7 +630,7 @@ DEPENDENCIES
rubocop (~> 1.8)
rubocop-rails
rubocop-rspec (~> 2.1)
selenium-webdriver (~> 4.3, < 4.11)
selenium-webdriver (~> 4.3, < 4.20.1)
sentry-rails (~> 5.17)
sentry-ruby (~> 5.17)
sentry-sidekiq (~> 5.17)
Expand Down

0 comments on commit bb71bd5

Please sign in to comment.