Skip to content

Commit

Permalink
Merge pull request #5021 from dodona-edu/dependabot/bundler/selenium-…
Browse files Browse the repository at this point in the history
…webdriver-4.13.1
  • Loading branch information
bmesuere authored Oct 3, 2023
2 parents 682cc1f + 4d586f5 commit 09c913b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ group :development, :test do

# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.39.2'
gem 'selenium-webdriver', '~> 4.12.0'
gem 'selenium-webdriver', '~> 4.13.1'
end

group :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ GEM
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.12.0)
selenium-webdriver (4.13.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -512,7 +512,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket (1.2.9)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -595,7 +595,7 @@ DEPENDENCIES
rubocop-rails (~> 2.21.1)
ruby-saml (~> 1.15.0)
rubyzip (~> 2.3.2)
selenium-webdriver (~> 4.12.0)
selenium-webdriver (~> 4.13.1)
simplecov (~> 0.22.0)
simplecov-cobertura (~> 2.1.0)
slack-notifier (~> 2.4.0)
Expand Down

0 comments on commit 09c913b

Please sign in to comment.