From e6e7bd2fee330e86a011c1017f955c168adfbcee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 19:32:23 +0000 Subject: [PATCH] Bump bootstrap-sass from 3.2.0.4 to 3.4.1 Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.2.0.4 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/commits/v3.4.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index aee41a8..c40f752 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'haml' gem 'protected_attributes' -gem 'bootstrap-sass', '~> 3.2.0' +gem 'bootstrap-sass', '~> 3.4.1' gem 'autoprefixer-rails' gem 'less-rails' gem 'therubyracer' diff --git a/Gemfile.lock b/Gemfile.lock index 0bf35b7..c853a1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,8 +41,9 @@ GEM arel (6.0.4) autoprefixer-rails (10.0.1.3) execjs - bootstrap-sass (3.2.0.4) - sass (~> 3.2) + bootstrap-sass (3.4.1) + autoprefixer-rails (>= 5.2.1) + sassc (>= 2.0.0) builder (3.2.4) byebug (11.1.3) capybara (3.33.0) @@ -233,6 +234,8 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.4.0) + ffi (~> 1.9) simplecov (0.19.1) docile (~> 1.1) simplecov-html (~> 0.11) @@ -269,7 +272,7 @@ PLATFORMS DEPENDENCIES autoprefixer-rails - bootstrap-sass (~> 3.2.0) + bootstrap-sass (~> 3.4.1) byebug capybara coffee-rails (~> 4.1.0)