From d960c6f1f1974fa9a5b266f72dfe8f995cd941d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 15:00:42 +0000 Subject: [PATCH] Bump bootstrap from 5.0.1 to 5.1.3 Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 5.0.1 to 5.1.3. - [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/v5.0.1...v5.1.3) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 85db86d..9df8fcf 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'sdoc', '~> 2.2.0', group: :doc gem 'web-console', '~> 4.1.0', group: :development gem 'listen', '~> 3.7.0', group: :development -gem 'bootstrap', '~> 5.0.1' +gem 'bootstrap', '~> 5.1.3' gem "bootstrap_form", "~> 4.5" gem 'font-awesome-sass', '~> 5.15.1' diff --git a/Gemfile.lock b/Gemfile.lock index bec752d..d614968 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,15 +62,15 @@ GEM zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - autoprefixer-rails (10.2.5.0) - execjs (< 2.8.0) + autoprefixer-rails (10.3.3.0) + execjs (~> 2) bcrypt (3.1.16) bindex (0.8.1) bootsnap (1.9.1) msgpack (~> 1.0) - bootstrap (5.0.1) + bootstrap (5.1.3) autoprefixer-rails (>= 9.1.0) - popper_js (>= 2.9.2, < 3) + popper_js (>= 2.9.3, < 3) sassc-rails (>= 2.0.0) bootstrap_form (4.5.0) actionpack (>= 5.2) @@ -96,7 +96,7 @@ GEM diff-lcs (1.4.4) diffy (3.4.0) erubi (1.10.0) - execjs (2.7.0) + execjs (2.8.1) faraday (1.4.1) faraday-excon (~> 1.1) faraday-net_http (~> 1.0) @@ -106,14 +106,14 @@ GEM faraday-excon (1.1.0) faraday-net_http (1.0.1) faraday-net_http_persistent (1.1.0) - ffi (1.15.3) + ffi (1.15.4) font-awesome-sass (5.15.1) sassc (>= 1.11) globalid (0.5.2) activesupport (>= 5.0) hashdiff (1.0.1) hashie (4.1.0) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) jbuilder (2.11.2) activesupport (>= 5.0.0) @@ -164,11 +164,11 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) orm_adapter (0.5.0) - popper_js (2.9.2) + popper_js (2.9.3) public_suffix (4.0.6) puma (5.5.2) nio4r (~> 2.0) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-protection (2.1.0) rack @@ -261,14 +261,14 @@ GEM will_paginate (3.3.1) will_paginate-bootstrap4 (0.2.2) will_paginate (~> 3.0, >= 3.0.0) - zeitwerk (2.4.2) + zeitwerk (2.5.1) PLATFORMS ruby DEPENDENCIES bootsnap - bootstrap (~> 5.0.1) + bootstrap (~> 5.1.3) bootstrap_form (~> 4.5) coffee-rails (~> 5.0.0) devise (~> 4.8.0)