From 8504497673c129f97bad8341d3d62a8bc65ad6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 09:08:37 +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, 16 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 60f310e..824674e 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '2.3.7' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '5.0.1' -gem 'bootstrap-sass', '3.3.7' +gem 'bootstrap-sass', '3.4.1' gem 'slim-rails', '3.1.1' gem 'rails-controller-testing', '1.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index bdb4572..4a3f421 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,14 +41,14 @@ GEM addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) arel (7.1.4) - autoprefixer-rails (6.7.2) + autoprefixer-rails (9.8.4) execjs bcrypt (3.1.11) bootstrap-datepicker-rails (1.6.4.1) railties (>= 3.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) capybara (2.11.0) addressable @@ -73,6 +73,7 @@ GEM factory_girl_rails (4.8.0) factory_girl (~> 4.8.0) railties (>= 3.0.0) + ffi (1.13.1) globalid (0.3.7) activesupport (>= 4.1.0) i18n (0.8.0) @@ -138,6 +139,9 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (13.0.1) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) + ffi (~> 1.0) rdoc (4.3.0) responders (2.3.0) railties (>= 4.2.0, < 5.1) @@ -158,13 +162,19 @@ GEM rspec-mocks (~> 3.5.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - sass (3.4.23) + 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.4.0) + ffi (~> 1.9) sdoc (0.4.2) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) @@ -206,7 +216,7 @@ PLATFORMS DEPENDENCIES bootstrap-datepicker-rails (= 1.6.4.1) - bootstrap-sass (= 3.3.7) + bootstrap-sass (= 3.4.1) capybara (= 2.11.0) devise (= 4.2.0) factory_girl_rails (= 4.8.0)