From badee81d2ddc78cff275bece8e745a15cfcfc8c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:35:53 +0000 Subject: [PATCH] Bump bootstrap from 4.5.3 to 4.6.0 Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.5.3 to 4.6.0. - [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.5.3...v4.6.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 849c6e8..a33d6ed 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'listen', '~> 3.5.0', group: :development # Use Codacy for coverage gem 'codacy-coverage', :require => false -gem 'bootstrap', '~> 4.5.3' +gem 'bootstrap', '~> 4.6.0' gem "bootstrap_form", "~> 4.5" gem 'font-awesome-sass', '~> 5.15.1' diff --git a/Gemfile.lock b/Gemfile.lock index 3bbe3d9..5b9516b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,13 +62,13 @@ GEM zeitwerk (~> 2.3) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - autoprefixer-rails (10.0.2.0) + autoprefixer-rails (10.2.4.0) execjs bcrypt (3.1.16) bindex (0.8.1) bootsnap (1.7.3) msgpack (~> 1.0) - bootstrap (4.5.3) + bootstrap (4.6.0) autoprefixer-rails (>= 9.1.0) popper_js (>= 1.14.3, < 2) sassc-rails (>= 2.0.0) @@ -259,7 +259,7 @@ PLATFORMS DEPENDENCIES bootsnap - bootstrap (~> 4.5.3) + bootstrap (~> 4.6.0) bootstrap_form (~> 4.5) codacy-coverage coffee-rails (~> 5.0.0)