Skip to content

Commit

Permalink
Merge pull request #43 from lagoon-examples/renovate/selenium-webdriv…
Browse files Browse the repository at this point in the history
…er-4.x

chore(deps): update dependency selenium-webdriver to ">= 4.28.0"
  • Loading branch information
tobybellwood authored Jan 20, 2025
2 parents 6cafbde + bfc66a2 commit c583652
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ end
group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara", ">= 3.40.0"
gem "selenium-webdriver", ">= 4.25.0"
gem "selenium-webdriver", ">= 4.28.0"
gem "webdrivers", ">= 5.2.0"
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
logger (1.6.1)
logger (1.6.5)
logstash-event (1.2.02)
logstash-logger (0.26.1)
logstash-event (~> 1.2)
Expand Down Expand Up @@ -192,10 +192,10 @@ GEM
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.9)
rubyzip (2.3.2)
rexml (3.4.0)
rubyzip (2.4.1)
securerandom (0.3.1)
selenium-webdriver (4.25.0)
selenium-webdriver (4.28.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -253,7 +253,7 @@ DEPENDENCIES
pg (>= 1.5.9)
puma (>= 6.5.0)
rails (>= 8.0.0)
selenium-webdriver (>= 4.25.0)
selenium-webdriver (>= 4.28.0)
sprockets-rails (>= 3.5.2)
sqlite3 (>= 2.3.1)
stimulus-rails (>= 1.3.4)
Expand Down

0 comments on commit c583652

Please sign in to comment.