From 879a70e37ab9b74a12f78c6bb90e56bbf9ca3973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 00:47:25 +0000 Subject: [PATCH] Bump bootstrap from 4.0.0 to 4.1.3 Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.0.0 to 4.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/v4.0.0...v4.1.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 9cdaaca..4ffff63 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'puma', '~> 3.7' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Bootstrap for stylesheets framework -gem 'bootstrap', '~> 4.0.0' +gem 'bootstrap', '~> 4.1.3' # Use PopperJs for tooltips and popovers and Bootstrap dependency gem 'popper_js', '~> 1.12.9' # Use Jquery for Javascript framework diff --git a/Gemfile.lock b/Gemfile.lock index f97876f..0d5c138 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,11 +41,11 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) - autoprefixer-rails (8.0.0) + autoprefixer-rails (9.8.6) execjs bcrypt (3.1.11) bindex (0.5.0) - bootstrap (4.0.0) + bootstrap (4.1.3) autoprefixer-rails (>= 6.0.3) popper_js (>= 1.12.9, < 2) sass (>= 3.5.2) @@ -77,7 +77,7 @@ GEM warden (~> 1.2.3) erubi (1.7.0) execjs (2.7.0) - ffi (1.9.21) + ffi (1.12.2) globalid (0.4.1) activesupport (>= 4.2.0) i18n (0.9.5) @@ -138,16 +138,16 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) + ffi (~> 1.0) redcarpet (3.4.0) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) ruby_dep (1.5.0) rubyzip (1.2.1) - sass (3.5.5) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -200,7 +200,7 @@ PLATFORMS ruby DEPENDENCIES - bootstrap (~> 4.0.0) + bootstrap (~> 4.1.3) byebug capybara (~> 2.13) coffee-rails (~> 4.2)