From a3d6173bef26596606354e332a10343a13ed8b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 23:43:38 +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 | 26 ++++++++++++++++---------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index eaa5651..8c84aee 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'faraday' #https get gem 'bootsnap', '>= 1.1.0', require: false # bootstrap -gem 'bootstrap', '~> 4.0.0' +gem 'bootstrap', '~> 4.3.1' gem 'jquery-rails' # needed for bootstap ... # pictures diff --git a/Gemfile.lock b/Gemfile.lock index d5bbcdc..0ec334e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM sshkit (>= 1.6.1, != 1.7.0) arel (9.0.0) ast (2.4.0) - autoprefixer-rails (9.7.3) + autoprefixer-rails (9.7.6) execjs babel-source (5.8.35) babel-transpiler (0.7.0) @@ -58,10 +58,10 @@ GEM bindex (0.8.1) bootsnap (1.4.5) msgpack (~> 1.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 (11.0.1) capistrano (3.11.2) @@ -124,7 +124,7 @@ GEM faraday (0.17.1) multipart-post (>= 1.2, < 3) fastimage (2.1.7) - ffi (1.11.3) + ffi (1.12.2) font-awesome-rails (4.7.0.5) railties (>= 3.2, < 6.1) font-awesome-sass (5.12.0) @@ -182,7 +182,7 @@ GEM parser (2.6.5.0) ast (~> 2.4.0) pg (1.1.4) - popper_js (1.14.5) + popper_js (1.16.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -227,8 +227,8 @@ GEM thor (>= 0.19.0, < 2.0) rainbow (3.0.0) rake (13.0.1) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) ffi (~> 1.0) react-rails (2.6.0) babel-transpiler (>= 0.7.0) @@ -286,6 +286,12 @@ GEM tilt (>= 1.1, < 3) sassc (2.3.0) ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt selenium-webdriver (3.142.6) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) @@ -362,7 +368,7 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.1.0) - bootstrap (~> 4.0.0) + bootstrap (~> 4.3.1) byebug capistrano (~> 3.10) capistrano-rails (~> 1.4)