From 315042094054d2d5ddc1dba266dc6044a66f62eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:07:19 +0000 Subject: [PATCH] Bump font-awesome-sass from 6.5.1 to 6.5.2 Bumps [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) from 6.5.1 to 6.5.2. - [Release notes](https://github.com/FortAwesome/font-awesome-sass/releases) - [Commits](https://github.com/FortAwesome/font-awesome-sass/commits/6.5.2) --- 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4c74ba02c..fb6e978b8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 6.1' gem 'sassc-rails', '~> 2.1.2' gem 'bootstrap-sass', '3.4.1' -gem 'font-awesome-sass', '~> 6.5.1' +gem 'font-awesome-sass', '~> 6.5.2' gem 'uglifier', '>=1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0d3525dcd..fa70ae40c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,8 +118,8 @@ GEM factory_bot_rails (6.4.2) factory_bot (~> 6.4) railties (>= 5.0.0) - ffi (1.16.3) - font-awesome-sass (6.5.1) + ffi (1.17.0) + font-awesome-sass (6.5.2) sassc (~> 2.0) globalid (1.2.1) activesupport (>= 6.1) @@ -366,7 +366,7 @@ DEPENDENCIES coffee-rails (~> 5.0.0) database_cleaner (~> 1) factory_bot_rails - font-awesome-sass (~> 6.5.1) + font-awesome-sass (~> 6.5.2) htmlentities i18n-tasks (~> 1.0.13) jquery-rails (~> 4.6)