From d460eee01efdf969f5b11bc5393f2c3ac920e77b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 10:20:36 +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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index ef55697..9331803 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'listen', '~> 3.4.1', 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 d511937..a9cc086 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.1) 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) @@ -85,7 +85,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) crack (0.4.5) rexml crass (1.0.6) @@ -109,7 +109,7 @@ GEM activesupport (>= 4.2.0) hashdiff (1.0.1) hashie (4.1.0) - i18n (1.8.7) + i18n (1.8.8) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) @@ -121,7 +121,7 @@ GEM listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.8.0) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -228,7 +228,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.2) - thor (1.0.1) + thor (1.1.0) tilt (2.0.10) turbolinks (5.2.1) turbolinks-source (~> 5.2) @@ -261,7 +261,7 @@ PLATFORMS DEPENDENCIES bootsnap - bootstrap (~> 4.5.3) + bootstrap (~> 4.6.0) bootstrap_form (~> 4.5) codacy-coverage coffee-rails (~> 5.0.0)