Skip to content

Commit

Permalink
Merge pull request #319 from allure-examples/dependabot/bundler/selen…
Browse files Browse the repository at this point in the history
…ium-webdriver-4.22.0

Bump selenium-webdriver from 4.21.1 to 4.22.0
  • Loading branch information
andrcuns authored Jun 21, 2024
2 parents 4c3123d + 0a38b0f commit 8e31296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gem 'capybara', '~> 3.40'
gem 'cucumber', '~> 9.2'
gem 'pry', '~> 0.14.2'
gem 'rspec', '~> 3.13'
gem 'selenium-webdriver', '~> 4.21'
gem 'selenium-webdriver', '~> 4.22'
gem 'solargraph', '~> 0.50.0'
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
logger (1.6.0)
macaddr (1.7.2)
systemu (~> 2.6.5)
matrix (0.4.2)
Expand Down Expand Up @@ -105,8 +106,8 @@ GEM
require_all (3.0.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.0)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -135,8 +136,9 @@ GEM
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.21.1)
selenium-webdriver (4.22.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -182,7 +184,7 @@ DEPENDENCIES
cucumber (~> 9.2)
pry (~> 0.14.2)
rspec (~> 3.13)
selenium-webdriver (~> 4.21)
selenium-webdriver (~> 4.22)
solargraph (~> 0.50.0)

BUNDLED WITH
Expand Down

0 comments on commit 8e31296

Please sign in to comment.