Skip to content

Commit

Permalink
Merge pull request #128 from INexizI/snyk-fix-5a0fb13b4cfc12d17b7c8c7…
Browse files Browse the repository at this point in the history
…97c1dd8b2

[Snyk] Fix for 1 vulnerabilities
  • Loading branch information
INexizI authored Oct 9, 2024
2 parents 3859098 + 8dabd77 commit afd0e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 3.40.0'
gem 'selenium-webdriver'
gem 'selenium-webdriver', '>= 4.11.0'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
gem 'webdrivers', '>= 5.3.0'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down

0 comments on commit afd0e2b

Please sign in to comment.