From 0fd415046ad01ac2a9512e00a18c93d21491455d Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Wed, 27 Mar 2019 09:06:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20Upgrade=20bootstrap=20for=20vuln?= =?UTF-8?q?erability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0f9fa79..ae8393a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ gem "jekyll-gravatar", "~> 0.1.0", group: :jekyll_plugins gem "jekyll-assets", "~> 2.4.0", group: :jekyll_plugins gem 'sprockets-es6' -gem 'bootstrap', '~> 4.0.0' +gem "bootstrap", ">= 4.3.1" gem "font-awesome-sass", "~> 4.7"