From 15542915d9854ba47188aa118d7ab3b89de31b92 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Sat, 23 Feb 2019 13:56:29 +0100 Subject: [PATCH] Update bootstrap-sass --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b1e17c5..d53ad6e 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'web-console', '~> 3.7.0', group: :development # Use Codacy for coverage gem 'codacy-coverage', :require => false -gem 'bootstrap-sass', '~> 3.4.0' +gem 'bootstrap-sass', '~> 3.4.1' gem 'autoprefixer-rails', '~> 9.4.6' gem 'bh', '~> 1.3.6' diff --git a/Gemfile.lock b/Gemfile.lock index f1e7f6f..c8fa98a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM bindex (0.5.0) bootsnap (1.3.2) msgpack (~> 1.0) - bootstrap-sass (3.4.0) + bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) builder (3.2.3) @@ -245,7 +245,7 @@ DEPENDENCIES autoprefixer-rails (~> 9.4.6) bh (~> 1.3.6) bootsnap - bootstrap-sass (~> 3.4.0) + bootstrap-sass (~> 3.4.1) codacy-coverage codemirror-rails (~> 5.16.0) coffee-rails (~> 4.2.2)