From 91cb49569aef5a6f7514b8572fd2739625dfe235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 17:25:52 +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 | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index a17fa33..55f151a --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'jbuilder', '~> 2.5' # gem 'capistrano-rails', group: :development gem 'pg', '~> 0.21.0' gem 'devise', '~> 4.4.0' -gem 'bootstrap', '~> 4.0.0.beta2.1' +gem 'bootstrap', '~> 4.3.1' gem 'jquery-rails', '~> 4.3.1' gem 'material_icons', '~> 2.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 150693f..5319618 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,10 +45,10 @@ GEM execjs bcrypt (3.1.16) bindex (0.8.1) - 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.4) byebug (11.1.3) capybara (2.15.4) @@ -100,8 +100,12 @@ GEM railties (>= 3.2) method_source (1.0.0) mini_mime (1.0.3) + mini_portile2 (2.5.0) minitest (5.14.4) nio4r (2.5.7) + nokogiri (1.11.2) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) nokogiri (1.11.2-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) @@ -172,6 +176,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) @@ -209,10 +221,11 @@ GEM nokogiri (~> 1.3) PLATFORMS + ruby x86_64-linux DEPENDENCIES - bootstrap (~> 4.0.0.beta2.1) + bootstrap (~> 4.3.1) byebug capybara (~> 2.15.4) coffee-rails (~> 4.2)