Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities (#432)
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

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
samber and snyk-bot authored Aug 24, 2024
1 parent 8c0bdc2 commit 3bf8d6d
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
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', '>= 227', group: :jekyll_plugins
gem 'github-pages', '>= 232', group: :jekyll_plugins
gem 'webrick', '~> 1.3', '>= 1.3.1'

0 comments on commit 3bf8d6d

Please sign in to comment.