From db2cc601b7f924a8b18c7de158fefc8f8b933c2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2019 12:34:44 +0000 Subject: [PATCH] Update font-awesome-sass requirement from ~> 4.7 to ~> 5.9 Updates the requirements on [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) to permit the latest version. - [Release notes](https://github.com/FortAwesome/font-awesome-sass/releases) - [Commits](https://github.com/FortAwesome/font-awesome-sass/compare/4.7.0...5.9.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ae8393a..0c5cfc1 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ gem "jekyll-assets", "~> 2.4.0", group: :jekyll_plugins gem 'sprockets-es6' gem "bootstrap", ">= 4.3.1" -gem "font-awesome-sass", "~> 4.7" +gem "font-awesome-sass", "~> 5.9"