From 9c2fb152d9eb60c7ddaaf0e6ae825e98aafe5571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 00:04:03 +0000 Subject: [PATCH] Bump font-awesome-sass from 6.2.0 to 6.2.1 Bumps [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/FortAwesome/font-awesome-sass/releases) - [Commits](https://github.com/FortAwesome/font-awesome-sass/commits) --- updated-dependencies: - dependency-name: font-awesome-sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 43ead8e3..31533711 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 6.0.0' gem 'sassc-rails', '~> 2.1.2' gem 'bootstrap-sass', '3.4.1' -gem 'font-awesome-sass', '~> 6.2.0' +gem 'font-awesome-sass', '~> 6.2.1' gem 'uglifier', '>=1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8e2545b0..03e9d9c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM factory_bot (~> 6.2.0) railties (>= 5.0.0) ffi (1.15.5) - font-awesome-sass (6.2.0) + font-awesome-sass (6.2.1) sassc (~> 2.0) globalid (1.0.0) activesupport (>= 5.0) @@ -342,7 +342,7 @@ DEPENDENCIES coffee-rails (~> 5.0.0) database_cleaner (~> 1) factory_bot_rails - font-awesome-sass (~> 6.2.0) + font-awesome-sass (~> 6.2.1) htmlentities i18n-tasks (~> 1.0.12) jquery-rails (~> 4.5)