From 356ba73c25e6a1f0a8c072c6dd35ddeeda5be9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:02:15 +0000 Subject: [PATCH] Bump font-awesome-sass from 5.15.1 to 6.1.2 Bumps [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) from 5.15.1 to 6.1.2. - [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-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 345d4c1..11d1aa3 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'listen', '~> 3.7.0', group: :development gem 'bootstrap', '~> 5.1.3' gem "bootstrap_form", "~> 5.0" -gem 'font-awesome-sass', '~> 5.15.1' +gem 'font-awesome-sass', '~> 6.1.2' # Use Diffy for showing translation diffs gem 'diffy' diff --git a/Gemfile.lock b/Gemfile.lock index e3cb48e..57e0ea9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,8 +128,8 @@ GEM faraday-rack (1.0.0) faraday-retry (1.0.3) ffi (1.15.5) - font-awesome-sass (5.15.1) - sassc (>= 1.11) + font-awesome-sass (6.1.2) + sassc (~> 2.0) globalid (1.0.0) activesupport (>= 5.0) hashdiff (1.0.1) @@ -322,7 +322,7 @@ DEPENDENCIES devise (~> 4.8.0) diff-lcs diffy - font-awesome-sass (~> 5.15.1) + font-awesome-sass (~> 6.1.2) jbuilder (~> 2.11.3) jquery-rails (~> 4.4.0) listen (~> 3.7.0)