From 820da23da9d39d9e73b4e38465db25aa9655254d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 01:45:32 +0000 Subject: [PATCH] Bump bootstrap-sass from 3.3.7 to 3.4.1 Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.3.7 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.7...v3.4.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index a8e38ce..1e3d424 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'bcrypt', '~> 3.1.7' gem 'will_paginate', '3.1.0' gem 'bootstrap-will_paginate', '0.0.10' #Bootsrtap -gem 'bootstrap-sass', '~> 3.3.6' +gem 'bootstrap-sass', '~> 3.4.1' gem 'sass-rails', '>= 3.2' gem 'font-awesome-sass' #Image support diff --git a/Gemfile.lock b/Gemfile.lock index 9e9111a..5810ad9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,15 +41,15 @@ GEM tzinfo (~> 1.1) ansi (1.5.0) arel (7.1.4) - autoprefixer-rails (7.1.2.1) + autoprefixer-rails (9.7.6) execjs bcrypt (3.1.11) bcrypt (3.1.11-x86-mingw32) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - bootstrap-sass (3.3.7) + bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) - sass (>= 3.3.4) + sassc (>= 2.0.0) bootstrap-will_paginate (0.0.10) will_paginate builder (3.2.3) @@ -319,13 +319,19 @@ GEM rdoc (4.3.0) ruby-progressbar (1.8.1) ruby_dep (1.5.0) - 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.3.0) + ffi (~> 1.9) sdoc (0.4.2) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) @@ -375,7 +381,7 @@ PLATFORMS DEPENDENCIES bcrypt (~> 3.1.7) - bootstrap-sass (~> 3.3.6) + bootstrap-sass (~> 3.4.1) bootstrap-will_paginate (= 0.0.10) byebug carrierwave (= 0.11.2)