From c6bf4001d01058bd5f599da3993e77019957bac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 01:22:45 +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 | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index f33e750..ffbff99 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.6.1' -gem 'bootstrap-sass', '~> 3.2.0' +gem 'bootstrap-sass', '~> 3.4.1' gem 'autoprefixer-rails' gem 'rubocop-rails', require: false gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'master' diff --git a/Gemfile.lock b/Gemfile.lock index e8cfab2..d249aa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,10 +70,10 @@ GEM autoprefixer-rails (>= 9.1.0) popper_js (>= 1.14.3, < 2) sassc-rails (>= 2.0.0) - 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.3) - byebug (11.0.1) cancancan (3.0.1) capybara (3.29.0) addressable @@ -104,7 +104,7 @@ GEM docile (1.3.2) erubi (1.9.0) execjs (2.7.0) - ffi (1.11.2) + ffi (1.12.2) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.7.0) @@ -177,7 +177,7 @@ GEM rainbow (3.0.0) rake (13.0.1) rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (1.6.0) responders (3.0.0) @@ -286,8 +286,7 @@ DEPENDENCIES binding_of_caller bootsnap (>= 1.1.0) bootstrap (~> 4.3.1) - bootstrap-sass (~> 3.2.0) - byebug + bootstrap-sass (~> 3.4.1) cancancan capybara coffee-rails (~> 4.2)