From 94545ebf4da89b3597ba7e2acc8eb5ae069e9c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 23:13:55 +0000 Subject: [PATCH] Bump bootstrap from 4.0.0 to 4.3.1 Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap-rubygem/releases) - [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/master/CHANGELOG.md) - [Commits](https://github.com/twbs/bootstrap-rubygem/compare/v4.0.0...v4.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 32 ++++++++++++++++++++------------ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 0474e59..e865ecd 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.5' # gem 'capistrano-rails', group: :development # Use bootstrap -gem 'bootstrap', '~> 4.0.0' +gem 'bootstrap', '~> 4.3.1' # For implement url splug gem 'friendly_id', '~> 5.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index ba24189..5909dae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,13 +39,13 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) arel (7.1.4) - autoprefixer-rails (8.6.0) + autoprefixer-rails (9.8.4) execjs bindex (0.5.0) - bootstrap (4.0.0) - autoprefixer-rails (>= 6.0.3) - popper_js (>= 1.12.9, < 2) - sass (>= 3.5.2) + bootstrap (4.3.1) + autoprefixer-rails (>= 9.1.0) + popper_js (>= 1.14.3, < 2) + sassc-rails (>= 2.0.0) builder (3.2.3) byebug (10.0.2) coffee-rails (4.2.2) @@ -59,7 +59,7 @@ GEM crass (1.0.4) erubis (2.7.0) execjs (2.7.0) - ffi (1.9.25) + ffi (1.13.1) friendly_id (5.1.0) activerecord (>= 4.0.0) globalid (0.4.1) @@ -91,7 +91,7 @@ GEM nokogiri (1.8.2) mini_portile2 (~> 2.3.0) pg (1.2.3) - popper_js (1.12.9) + popper_js (1.16.0) puma (3.11.4) rack (2.2.3) rack-test (0.6.3) @@ -120,11 +120,11 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.3.1) - rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) + ffi (~> 1.0) ref (2.0.0) - sass (3.5.6) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -135,6 +135,14 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.4.0) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1) @@ -174,7 +182,7 @@ PLATFORMS ruby DEPENDENCIES - bootstrap (~> 4.0.0) + bootstrap (~> 4.3.1) byebug coffee-rails (~> 4.2) friendly_id (~> 5.1.0)