Skip to content

Commit

Permalink
Merge pull request #1369 from Lykos/dependabot/bundler/selenium-webdr…
Browse files Browse the repository at this point in the history
…iver-4.21.0

Bump selenium-webdriver from 4.20.1 to 4.21.0
  • Loading branch information
Lykos committed May 17, 2024
2 parents e2dd8f2 + 5d0374a commit 668ba5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.39'
gem 'selenium-webdriver', '~> 4.20.1'
gem 'selenium-webdriver', '~> 4.21.0'

gem 'rantly'
gem 'rspec'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.2)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -400,7 +401,7 @@ GEM
ruby-progressbar (1.13.0)
rubyntlm (0.6.3)
rubyzip (2.3.2)
selenium-webdriver (4.20.1)
selenium-webdriver (4.21.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand All @@ -423,6 +424,7 @@ GEM
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 4)
strscan (3.1.0)
thor (1.3.1)
timeout (0.4.1)
trailblazer-option (0.1.2)
Expand Down Expand Up @@ -496,7 +498,7 @@ DEPENDENCIES
ruby-filemagic
ruby-progressbar
rubyzip
selenium-webdriver (~> 4.20.1)
selenium-webdriver (~> 4.21.0)
simplecov
spring
spring-watcher-listen (~> 2.1.0)
Expand Down

0 comments on commit 668ba5b

Please sign in to comment.