Skip to content

Commit

Permalink
Merge pull request #232 from uclibs/dependabot/bundler/selenium-webdr…
Browse files Browse the repository at this point in the history
…iver-4.13.1

Bump selenium-webdriver from 4.12.0 to 4.13.1
  • Loading branch information
Janell-Huyck authored Oct 2, 2023
2 parents 96eb52f + 1574fea commit f9111c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'capybara-selenium', '~> 0.0.6'
gem 'selenium-webdriver', '~> 4.12.0'
gem 'selenium-webdriver', '~> 4.13.1'
end

group :production do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
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 @@ -389,7 +389,7 @@ DEPENDENCIES
rspec_junit_formatter
rubocop
sass-rails (~> 6.0)
selenium-webdriver (~> 4.12.0)
selenium-webdriver (~> 4.13.1)
simplecov
spring
spring-watcher-listen (~> 2.1.0)
Expand Down

0 comments on commit f9111c4

Please sign in to comment.