Skip to content

Commit 5bcf6ca

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-13110060
1 parent 8ef4c08 commit 5bcf6ca

2 files changed

Lines changed: 156 additions & 139 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", group: :jekyll_plugins
3+
gem "github-pages", ">= 216", group: :jekyll_plugins
44

55
group :test do
66
gem "html-proofer", ">= 3.19.3"

0 commit comments

Comments
 (0)