From 32b07eb3f58f034632ad585ffbe9f5588227211e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:47:54 +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 | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b589ac8..f46c934 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'mysql2', '>= 0.3.13', '< 0.5' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' -gem 'bootstrap-sass', '~> 3.2.0' +gem 'bootstrap-sass', '~> 3.4.1' gem 'autoprefixer-rails' gem 'bootstrap_form' diff --git a/Gemfile.lock b/Gemfile.lock index f53a034..8535a2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,8 +45,9 @@ GEM coderay (>= 1.0.0) erubis (>= 2.6.6) rack (>= 0.9.0) - bootstrap-sass (3.2.0.2) - sass (~> 3.2) + bootstrap-sass (3.4.1) + autoprefixer-rails (>= 5.2.1) + sassc (>= 2.0.0) bootstrap_form (2.3.0) builder (3.2.2) capybara (2.7.0) @@ -179,6 +180,9 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (11.1.2) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) + ffi (~> 1.0) rdoc (4.2.2) json (~> 1.4) responders (2.1.2) @@ -201,13 +205,19 @@ GEM rspec-support (~> 3.4.0) rspec-support (3.4.1) rubyzip (1.2.0) - sass (3.4.22) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) sass-rails (5.0.4) railties (>= 4.0.0, < 5.0) sass (~> 3.1) sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.4.0) + ffi (~> 1.9) sdoc (0.4.1) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) @@ -249,7 +259,7 @@ PLATFORMS DEPENDENCIES autoprefixer-rails better_errors - bootstrap-sass (~> 3.2.0) + bootstrap-sass (~> 3.4.1) bootstrap_form capybara coffee-rails (~> 4.1.0)