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-7814166
  • Loading branch information
snyk-bot committed Aug 29, 2024
1 parent aa959ce commit 1e9eba2
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 @@ -26,7 +26,7 @@ group :test do
gem "capybara-screenshot"
gem "webdrivers"
gem "simplecov", "~> 0.16.1", require: false
gem "webmock", "~> 3.12.2"
gem "webmock", "~> 3.13.0"
gem "timecop"
gem "selenium-webdriver", "~> 3.13.1"
end

0 comments on commit 1e9eba2

Please sign in to comment.