From c253272d8397b3270bc79daf9147fa6f2ec434e3 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 23 Mar 2019 23:59:50 +0100 Subject: [PATCH] Bump bootstrap-sass --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2e6eb08ab..144bf1cbb 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ gem "rack-cors", "1.0.2", require: "rack/cors" # CSS gem "autoprefixer-rails", "8.6.5" -gem "bootstrap-sass", "3.3.7" +gem "bootstrap-sass", "3.4.1" gem "bootstrap-switch-rails", "3.3.3" # 3.3.4 is broken, see https://github.com/Bttstrp/bootstrap-switch/issues/691 gem "compass-rails", "3.1.0" gem "sass-rails", "5.0.7" diff --git a/Gemfile.lock b/Gemfile.lock index 65e2e7a09..f9b622fa9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,9 +66,9 @@ GEM backports (3.11.4) bcrypt (3.1.12) bindata (2.4.4) - bootstrap-sass (3.3.7) + bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) - sass (>= 3.3.4) + sassc (>= 2.0.0) bootstrap-switch-rails (3.3.3) buftok (0.2.0) builder (3.2.3) @@ -639,6 +639,9 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.0.1) + ffi (~> 1.9) + rake sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) @@ -770,7 +773,7 @@ DEPENDENCIES addressable (= 2.5.2) asset_sync (= 2.5.0) autoprefixer-rails (= 8.6.5) - bootstrap-sass (= 3.3.7) + bootstrap-sass (= 3.4.1) bootstrap-switch-rails (= 3.3.3) capybara (= 3.11.1) carrierwave (= 1.2.3)