From 7103a17ed64522bc26204e72e522aa0689f55ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 11:13:14 +0000 Subject: [PATCH] Bump bootstrap from 4.0.0.alpha5 to 4.3.1 Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.0.0.alpha5 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.alpha5...v4.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 ++++++++++++++++++++------ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 84d01f4..ef542cd 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'paperclip', '~> 5.1.0' gem 'narray' # Design -gem 'bootstrap', '~> 4.0.0.alpha5' +gem 'bootstrap', '~> 4.3.1' gem 'rails-assets-tether', '>= 1.1.0' # Elasticsearch diff --git a/Gemfile.lock b/Gemfile.lock index 6d0aee0..d040759 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,11 +42,12 @@ GEM airbrussh (1.1.1) sshkit (>= 1.6.1, != 1.7.0) arel (7.1.4) - autoprefixer-rails (6.5.1) + autoprefixer-rails (9.7.4) execjs - bootstrap (4.0.0.alpha5) - autoprefixer-rails (>= 6.0.3) - sass (>= 3.4.19) + bootstrap (4.3.1) + autoprefixer-rails (>= 9.1.0) + popper_js (>= 1.14.3, < 2) + sassc-rails (>= 2.0.0) builder (3.2.2) capistrano (3.6.1) airbrussh (>= 1.0.0) @@ -165,6 +166,7 @@ GEM mime-types mimemagic (~> 0.3.0) pg (0.19.0) + popper_js (1.16.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -228,13 +230,25 @@ GEM rspec-support (3.5.0) rubyzip (1.2.0) safe_yaml (1.0.4) - sass (3.4.22) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) sass-rails (5.0.6) railties (>= 4.0.0, < 6) sass (~> 3.1) sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.2.1) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt selenium-webdriver (2.52.0) childprocess (~> 0.5) multi_json (~> 1.0) @@ -298,7 +312,7 @@ PLATFORMS ruby DEPENDENCIES - bootstrap (~> 4.0.0.alpha5) + bootstrap (~> 4.3.1) capistrano (~> 3.1) capistrano-bundler capistrano-rails (~> 1.1)