From 4b8dbe4a8c236f737a4fad8d0c924cdba4d6f69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:18:23 +0000 Subject: [PATCH] Bump font-awesome-sass from 6.4.2 to 6.5.0 Bumps [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) from 6.4.2 to 6.5.0. - [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-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 83e1e892..77649b81 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.4.2' +gem 'font-awesome-sass', '~> 6.5.0' gem 'uglifier', '>=1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5a761298..a2e2921f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM factory_bot (~> 6.4) railties (>= 5.0.0) ffi (1.16.3) - font-awesome-sass (6.4.2) + font-awesome-sass (6.5.0) sassc (~> 2.0) globalid (1.1.0) activesupport (>= 5.0) @@ -362,7 +362,7 @@ DEPENDENCIES coffee-rails (~> 5.0.0) database_cleaner (~> 1) factory_bot_rails - font-awesome-sass (~> 6.4.2) + font-awesome-sass (~> 6.5.0) htmlentities i18n-tasks (~> 1.0.13) jquery-rails (~> 4.6)