From 2a54cae14bc90ddfaf1dcf6fa5f9e4e00300ebad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:48:00 +0000 Subject: [PATCH] Bump bootstrap-sass from 3.2.0.2 to 3.4.1 Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.2.0.2 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap-sass/releases) - [Changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/twbs/bootstrap-sass/commits/v3.4.1) --- updated-dependencies: - dependency-name: bootstrap-sass dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index b174bde..b0f7cec 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'sass-rails', '~> 5.0' gem 'coffee-rails', '~> 4.2' gem 'uglifier', '~> 4.1' gem 'jquery-rails', '~> 4.3' -gem 'bootstrap-sass', '~> 3.2.0.2' +gem 'bootstrap-sass', '~> 3.4.1' gem 'font-awesome-sass', '~> 5.0' gem 'bourbon', '~> 4.3' gem 'momentjs-rails', '~> 2.17' diff --git a/Gemfile.lock b/Gemfile.lock index ac9856a..592d7e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,8 +39,11 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) arel (8.0.0) - bootstrap-sass (3.2.0.2) - sass (~> 3.2) + autoprefixer-rails (10.4.19.0) + execjs (~> 2) + bootstrap-sass (3.4.1) + autoprefixer-rails (>= 5.2.1) + sassc (>= 2.0.0) bourbon (4.3.4) sass (~> 3.4) thor (~> 0.19) @@ -61,7 +64,7 @@ GEM execjs (2.7.0) faraday (0.14.0) multipart-post (>= 1.2, < 3) - ffi (1.9.23) + ffi (1.17.0) figaro (1.1.1) thor (~> 0.14) font-awesome-sass (5.0.9) @@ -131,11 +134,11 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.3.1) - rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) + ffi (~> 1.0) ruby_dep (1.5.0) - sass (3.5.6) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -146,6 +149,8 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.4.0) + ffi (~> 1.9) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -168,7 +173,7 @@ PLATFORMS ruby DEPENDENCIES - bootstrap-sass (~> 3.2.0.2) + bootstrap-sass (~> 3.4.1) bourbon (~> 4.3) coffee-rails (~> 4.2) ejs (~> 1.1)