fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-REXML-7814166
This commit is contained in:
snyk-bot 2024-08-24 06:37:36 +00:00
parent 8c0bdc2b24
commit ffae5cef83
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B

View file

@ -1,3 +1,3 @@
source 'https://rubygems.org' 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' gem 'webrick', '~> 1.3', '>= 1.3.1'