From 8e4d43a8ad953a9118b3d6ec243ffc978a6e5474 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Mar 2021 00:21:56 +0000 Subject: [PATCH] fix: securepi/static/css/bootstrap/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-1087436 --- securepi/static/css/bootstrap/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securepi/static/css/bootstrap/Gemfile b/securepi/static/css/bootstrap/Gemfile index c712220..0342d37 100644 --- a/securepi/static/css/bootstrap/Gemfile +++ b/securepi/static/css/bootstrap/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' group :development, :test do - gem 'jekyll', '~> 3.8.5' + gem 'jekyll', '~> 3.9.0' gem 'jekyll-redirect-from', '~> 0.14.0' gem 'jekyll-sitemap', '~> 1.2.0' gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?