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 2, 2024
1 parent ddedf99 commit 5b458c3
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 @@ -3,5 +3,5 @@ gemspec :name => 'uswds-jekyll'

group :jekyll_plugins do
# Only put the optional plugins here. Required plugins should go in the gemspec.
gem 'jekyll-last-modified-at', '>= 1.3.0'
gem 'jekyll-last-modified-at', '>= 1.3.2'
end

0 comments on commit 5b458c3

Please sign in to comment.