From f093ae0769f6ef095dabab8200d2387e2a3a414d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:58:53 +0000 Subject: [PATCH] Bump font-awesome-sass from 5.13.0 to 5.15.1 Bumps [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) from 5.13.0 to 5.15.1. - [Release notes](https://github.com/FortAwesome/font-awesome-sass/releases) - [Commits](https://github.com/FortAwesome/font-awesome-sass/compare/5.13.0...5.15.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9f26113fe..204f3e80b 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "delayed_job_active_record", "~> 4.1.4" gem "devise", "~> 4.7.3" gem "devise-async", "~> 1.0.0" gem "devise_security_extension", git: "https://github.com/phatworx/devise_security_extension.git" #, "~> 0.10" -gem "font-awesome-sass", "~> 5.13.0" +gem "font-awesome-sass", "~> 5.15.1" gem "foundation-rails", "~> 6.6.2.0" gem "foundation_rails_helper", "~> 3.0.0" gem "globalize", "~> 5.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index e44bb04ed..4d9e19b49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,7 @@ GEM faraday-http-cache (2.2.0) faraday (>= 0.8) ffi (1.13.1) - font-awesome-sass (5.13.0) + font-awesome-sass (5.15.1) sassc (>= 1.11) foundation-rails (6.6.2.0) railties (>= 3.1.0) @@ -672,7 +672,7 @@ DEPENDENCIES erb_lint factory_bot_rails (~> 4.8.2) faker (~> 1.8.7) - font-awesome-sass (~> 5.13.0) + font-awesome-sass (~> 5.15.1) foundation-rails (~> 6.6.2.0) foundation_rails_helper (~> 3.0.0) github_changelog_generator (~> 1.15.2)