From 43e690acc18b45977d5e4f1148faba9f4447729d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2020 08:19:02 +0000 Subject: [PATCH] Bump bootstrap-sass from 3.3.6 to 3.4.1 Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.3.6 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/compare/v3.3.6...v3.4.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 75baf5f..ebe3e01 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '2.5.7' gem 'bcrypt' -gem 'bootstrap-sass', '3.3.6' +gem 'bootstrap-sass', '3.4.1' gem 'bootstrap-will_paginate' gem 'carrierwave', '0.11.2' gem 'coffee-rails' diff --git a/Gemfile.lock b/Gemfile.lock index c1f316b..f80a296 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,9 +45,9 @@ GEM execjs bcrypt (3.1.11) bindex (0.5.0) - bootstrap-sass (3.3.6) + bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) - sass (>= 3.3.4) + sassc (>= 2.0.0) bootstrap-will_paginate (1.0.0) will_paginate builder (3.2.4) @@ -354,13 +354,19 @@ GEM ruby_dep (1.5.0) ruby_parser (3.14.2) sexp_processor (~> 4.9) - sass (3.4.25) + 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.6) railties (>= 4.0.0, < 6) sass (~> 3.1) sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.2.1) + ffi (~> 1.9) sexp_processor (4.14.1) simplecov (0.14.1) docile (~> 1.1.0) @@ -405,7 +411,7 @@ PLATFORMS DEPENDENCIES bcrypt - bootstrap-sass (= 3.3.6) + bootstrap-sass (= 3.4.1) bootstrap-will_paginate byebug carrierwave (= 0.11.2)