fix: Gemfile to reduce vulnerabilities (#434)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Samuel Berthe 2024-09-26 11:31:21 +02:00 committed by GitHub
parent 65a5f586cb
commit d6d6ae4ef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'