From 7498c28154ad126cf9c6ebb7231a8fe60cd6bccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:49:42 +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 | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 84b0138..e4e8470 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0' gem 'jquery-rails' gem 'underscore-rails' -gem 'bootstrap-sass', '~> 3.2.0' +gem 'bootstrap-sass', '~> 3.4.1' gem 'bootstrap_form' gem 'turbolinks' diff --git a/Gemfile.lock b/Gemfile.lock index 517a412..dfccd5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,8 +28,11 @@ GEM thread_safe (~> 0.1) tzinfo (~> 1.1) arel (5.0.1.20140414130214) - 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) bootstrap_form (2.3.0) bson (3.2.6) builder (3.2.2) @@ -43,6 +46,7 @@ GEM connection_pool (2.2.0) erubis (2.7.0) execjs (2.7.0) + ffi (1.17.0) geocoder (1.3.5) haml (4.0.7) tilt @@ -120,6 +124,8 @@ GEM sass (~> 3.2.2) sprockets (~> 2.8, < 3.0) sprockets-rails (~> 2.0) + sassc (2.4.0) + ffi (~> 1.9) sdoc (0.4.1) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) @@ -149,7 +155,7 @@ PLATFORMS ruby DEPENDENCIES - bootstrap-sass (~> 3.2.0) + bootstrap-sass (~> 3.4.1) bootstrap_form coffee-rails (~> 4.0.0) geocoder