fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535
This commit is contained in:
snyk-bot 2024-09-24 06:42:42 +00:00
parent 65a5f586cb
commit 147f32bda7
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B

View file

@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', '>= 232', group: :jekyll_plugins
gem 'webrick', '~> 1.3', '>= 1.3.1'
gem 'webrick', '~> 1.8', '>= 1.8.2'