Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-REXML-7462086
  • Loading branch information
snyk-bot committed Jul 17, 2024
1 parent 578fcbb commit 933852e
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 @@ -60,7 +60,7 @@ end

group :test do
gem 'capybara'
gem 'selenium-webdriver', '<= 4.9.0', require: false
gem 'selenium-webdriver', '~> 4.9', '>= 4.9.1', require: false
gem 'database_cleaner', '>= 2.0.2'
gem 'rake'
end
Expand Down

0 comments on commit 933852e

Please sign in to comment.