From 2150815925d6d5c04d4894b76ea9a85ef8372be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 14:01:44 +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 | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e0f6020..88d24c6 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.2.5' gem 'rails', '4.2.6' # Bootstrap -gem 'bootstrap-sass', '3.3.6' +gem 'bootstrap-sass', '3.4.1' # Use for password_digest gem 'bcrypt', '3.1.11' diff --git a/Gemfile.lock b/Gemfile.lock index 5cb3595..7497507 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,14 +48,14 @@ GEM ansi (1.5.0) arel (6.0.3) ast (2.3.0) - autoprefixer-rails (6.3.7) + autoprefixer-rails (9.7.0) execjs bcrypt (3.1.11) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - bootstrap-sass (3.3.6) + bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) - sass (>= 3.3.4) + sassc (>= 2.0.0) builder (3.2.3) byebug (9.0.5) cancan (1.6.10) @@ -84,6 +84,7 @@ GEM execjs (2.7.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) + ffi (1.11.1) globalid (0.3.6) activesupport (>= 4.1.0) hashie (3.4.4) @@ -185,6 +186,9 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (2.1.0) rake (13.0.0) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) rdoc (4.2.2) json (~> 1.4) responders (2.4.1) @@ -197,13 +201,19 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.8.1) - 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.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) sdoc (0.4.1) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) @@ -242,7 +252,7 @@ PLATFORMS DEPENDENCIES bcrypt (= 3.1.11) - bootstrap-sass (= 3.3.6) + bootstrap-sass (= 3.4.1) byebug cancan coffee-rails (~> 4.1.0)