fix: Gemfile to reduce vulnerabilities (#432)

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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Samuel Berthe 2024-08-24 10:42:21 +02:00 committed by GitHub
parent 8c0bdc2b24
commit 3bf8d6d824
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', '>= 227', group: :jekyll_plugins
gem 'github-pages', '>= 232', group: :jekyll_plugins
gem 'webrick', '~> 1.3', '>= 1.3.1'