From 1085456fd60e86a7584fc3151daace0623be9ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 11:19:43 +0000 Subject: [PATCH] Bump bootstrap from 4.1.1 to 4.3.1 in /sample_app Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.1.1 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.1.1...v4.3.1) Signed-off-by: dependabot[bot] --- sample_app/Gemfile | 2 +- sample_app/Gemfile.lock | 30 +++++++++++++++++++----------- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/sample_app/Gemfile b/sample_app/Gemfile index a2f2ab7..946f907 100644 --- a/sample_app/Gemfile +++ b/sample_app/Gemfile @@ -24,7 +24,7 @@ gem "turbolinks", "~> 5" gem "bootsnap", ">= 1.1.0", require: false -gem "bootstrap", "~> 4.1.1" +gem "bootstrap", "~> 4.3.1" gem "config" gem "jquery-rails" diff --git a/sample_app/Gemfile.lock b/sample_app/Gemfile.lock index fc6bd39..bb1970c 100644 --- a/sample_app/Gemfile.lock +++ b/sample_app/Gemfile.lock @@ -45,16 +45,16 @@ GEM tzinfo (~> 1.1) arel (9.0.0) ast (2.4.0) - autoprefixer-rails (8.6.5) + autoprefixer-rails (9.7.3) execjs bcrypt (3.1.12) bindex (0.5.0) bootsnap (1.3.0) msgpack (~> 1.0) - bootstrap (4.1.1) - 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) bootstrap4-kaminari-views (1.0.0) kaminari (>= 0.13) rails (>= 3.1) @@ -113,7 +113,7 @@ GEM execjs (2.7.0) faker (1.9.1) i18n (>= 0.7) - ffi (1.9.25) + ffi (1.11.3) figaro (1.1.1) thor (~> 0.14) fission (0.5.0) @@ -331,7 +331,7 @@ GEM parallel (1.12.1) parser (2.5.1.0) ast (~> 2.4.0) - popper_js (1.12.9) + popper_js (1.14.5) powerpack (0.1.2) puma (3.11.4) rack (2.0.5) @@ -366,8 +366,8 @@ GEM rainbow (3.0.0) rake (12.3.1) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.1) + ffi (~> 1.0) rbovirt (0.1.6) nokogiri rest-client (> 1.7.0) @@ -390,7 +390,7 @@ GEM unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.9.0) ruby_dep (1.5.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) @@ -401,6 +401,14 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.2.1) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt sidekiq (5.1.3) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) @@ -450,7 +458,7 @@ PLATFORMS DEPENDENCIES bcrypt (= 3.1.12) bootsnap (>= 1.1.0) - bootstrap (~> 4.1.1) + bootstrap (~> 4.3.1) bootstrap4-kaminari-views byebug carrierwave (~> 1.2, >= 1.2.3)