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-7577227
  • Loading branch information
snyk-bot committed Aug 3, 2024
1 parent eb0cf15 commit 569429f
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 @@ -8,7 +8,7 @@ end
gemspec

group :development, :test do
gem "rubocop", ">= 1.25.1", require: false
gem "rubocop", ">= 1.58.0", require: false
gem "rubocop-minitest", require: false
gem "rubocop-packaging", require: false
gem "rubocop-performance", require: false
Expand Down

0 comments on commit 569429f

Please sign in to comment.