Skip to content

Commit

Permalink
fix: docs/Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-585939
  • Loading branch information
snyk-bot committed Jul 20, 2020
1 parent b824062 commit e564d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'jekyll'
gem 'jekyll', '>= 4.0.0'

group :jekyll_plugins do
gem 'jekyll-paginate'
Expand Down

0 comments on commit e564d2f

Please sign in to comment.