Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 29, 2024
1 parent b39927b commit 95cc864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 3.40.0' # , '>= 2.15', '< 4.0'
gem 'selenium-webdriver', '>= 4.23.0'
gem 'selenium-webdriver', '>= 4.24.0'
# Easy installation and use of chromedriver to run system tests with Chrome
# gem 'chromedriver-helper'
gem 'database_cleaner-active_record'
Expand Down

0 comments on commit 95cc864

Please sign in to comment.