Skip to content

Commit

Permalink
Merge pull request #5772 from dodona-edu/dependabot/bundler/selenium-…
Browse files Browse the repository at this point in the history
…webdriver-4.24.0

Bump selenium-webdriver from 4.23.0 to 4.24.0
  • Loading branch information
bmesuere authored Sep 5, 2024
2 parents c540734 + 03418eb commit 4c05291
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ group :development, :test do

# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.40.0'
gem 'selenium-webdriver', '~> 4.23.0'
gem 'selenium-webdriver', '~> 4.24.0'
end

group :test do
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -441,8 +441,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.6)
strscan
rexml (3.3.7)
rouge (4.3.0)
rubocop (1.65.1)
json (~> 2.3)
Expand Down Expand Up @@ -479,7 +478,7 @@ GEM
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
securerandom (0.3.1)
selenium-webdriver (4.23.0)
selenium-webdriver (4.24.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -516,7 +515,6 @@ GEM
net-ssh (>= 2.8.0)
stackprof (0.2.26)
stringio (3.1.1)
strscan (3.1.0)
swd (2.0.3)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand Down Expand Up @@ -633,7 +631,7 @@ DEPENDENCIES
rubocop-rails (~> 2.26.0)
ruby-saml (~> 1.16.0)
rubyzip (~> 2.3.2)
selenium-webdriver (~> 4.23.0)
selenium-webdriver (~> 4.24.0)
simplecov (~> 0.22.0)
simplecov-cobertura (~> 2.1.0)
slack-notifier (~> 2.4.0)
Expand Down

0 comments on commit 4c05291

Please sign in to comment.