From a14ef58dbcecd1ca8ae6899bdc8cc7d6fea09472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 22:36:43 +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 | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 62c1df1..558f0af 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'turbolinks', '~> 5' gem 'jbuilder', '~> 2.5' gem 'sass-rails', '~> 5.0' -gem 'bootstrap-sass', '~> 3.3.6' +gem 'bootstrap-sass', '~> 3.4.1' gem 'font-awesome-rails' gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index 3bd2a13..ccafeca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,13 +41,13 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) - autoprefixer-rails (7.1.2.1) + autoprefixer-rails (9.7.0) execjs bcrypt (3.1.11) bindex (0.5.0) - bootstrap-sass (3.3.7) + bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) - sass (>= 3.3.4) + sassc (>= 2.0.0) builder (3.2.3) byebug (9.1.0) capybara (2.15.1) @@ -75,7 +75,7 @@ GEM warden (~> 1.2.3) erubi (1.6.1) execjs (2.7.0) - ffi (1.9.18) + ffi (1.11.1) font-awesome-rails (4.7.0.2) railties (>= 3.2, < 5.2) globalid (0.4.0) @@ -149,15 +149,15 @@ GEM activesupport (>= 3.0) i18n polyamorous (~> 1.3) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) ruby_dep (1.5.0) rubyzip (1.2.1) - sass (3.5.1) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -168,6 +168,8 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.2.1) + ffi (~> 1.9) selenium-webdriver (3.5.2) childprocess (~> 0.5) rubyzip (~> 1.0) @@ -219,7 +221,7 @@ PLATFORMS ruby DEPENDENCIES - bootstrap-sass (~> 3.3.6) + bootstrap-sass (~> 3.4.1) byebug capybara (~> 2.13) coffee-rails (~> 4.2)