From 8c2c1654803784bd1c642b5054ff136ef8ddbc8c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 14:10:35 +0000 Subject: [PATCH] Bump font-awesome-sass from 4.5.0 to 5.13.0 Bumps [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) from 4.5.0 to 5.13.0. - [Release notes](https://github.com/FortAwesome/font-awesome-sass/releases) - [Commits](https://github.com/FortAwesome/font-awesome-sass/commits) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5a0c005a..840bf529 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git' # gem 'jbuilder', '~> 1.2' gem "bootstrap-sass", "3.4.1" -gem "font-awesome-sass", "~> 4.5.0" +gem "font-awesome-sass", "~> 5.13.0" group :development do gem "spring" diff --git a/Gemfile.lock b/Gemfile.lock index 1f36a807..7132255e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,8 +101,8 @@ GEM factory_bot (~> 6.1.0) railties (>= 5.0.0) ffi (1.9.25) - font-awesome-sass (4.5.0) - sass (>= 3.2) + font-awesome-sass (5.13.0) + sassc (>= 1.11) globalid (0.4.2) activesupport (>= 4.2.0) htmlentities (4.3.4) @@ -307,7 +307,7 @@ DEPENDENCIES coffee-rails (~> 5.0.0) database_cleaner factory_bot_rails - font-awesome-sass (~> 4.5.0) + font-awesome-sass (~> 5.13.0) htmlentities jquery-rails (~> 4.4) jquery-ui-rails (~> 5.0.5)