Skip to content

Commit 6f16488

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-5829860
1 parent 5bd5c7c commit 6f16488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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', '>= 226', group: :jekyll_plugins
44
gem 'jekyll'
55
gem 'html-proofer', '>= 3.10.0'
66
gem 'jekyll-redirect-from'

0 commit comments

Comments
 (0)