Skip to content

Commit

Permalink
Bump selenium-webdriver from 4.7.1 to 4.19.0 in /src/oc-id
Browse files Browse the repository at this point in the history
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.7.1 to 4.19.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.19.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent f51985f commit a37b4ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/oc-id/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ end
group :test do
gem 'capybara', '~> 3.39'
gem 'factory_girl_rails', '~> 4.9.0'
gem 'selenium-webdriver', '~> 4.7.1'
gem 'selenium-webdriver', '~> 4.19.0'
gem 'timecop'
end
10 changes: 6 additions & 4 deletions src/oc-id/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bcrypt (3.1.18)
better_errors (2.9.1)
coderay (>= 1.0.0)
Expand Down Expand Up @@ -429,7 +430,7 @@ GEM
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -469,7 +470,8 @@ GEM
tilt
sdoc (2.6.1)
rdoc (>= 5.0)
selenium-webdriver (4.7.1)
selenium-webdriver (4.19.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -566,7 +568,7 @@ GEM
bcrypt (~> 3.1)
pbkdf2
webrick (1.8.1)
websocket (1.2.9)
websocket (1.2.10)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -623,7 +625,7 @@ DEPENDENCIES
rspec-rails (~> 6.0)
sass-rails (>= 4.0.3)
sdoc
selenium-webdriver (~> 4.7.1)
selenium-webdriver (~> 4.19.0)
spring
spring-commands-rspec
sprockets-rails (>= 3.4.2)
Expand Down

0 comments on commit a37b4ed

Please sign in to comment.