From a40b5bd7d927670e48e3badcc1d88fe790250805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:42:58 +0000 Subject: [PATCH] Bump bootstrap-sass from 3.2.0.0 to 3.4.1 Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.2.0.0 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap-sass/releases) - [Changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/twbs/bootstrap-sass/compare/v3.2.0...v3.4.1) --- updated-dependencies: - dependency-name: bootstrap-sass dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 25 ++++++++++++++++++++----- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 8c060e17..f06b1fe3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'aws-sdk', '~> 2.3' -gem 'bootstrap-sass', '3.2.0.0' +gem 'bootstrap-sass', '3.4.1' gem 'bootstrap3-datetimepicker-rails', '~> 4.17.37' gem 'exception_notification' gem 'font-awesome-sass', '~> 4.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7ac4368d..6ea4a151 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,6 +39,8 @@ GEM airbrussh (1.1.1) sshkit (>= 1.6.1, != 1.7.0) arel (6.0.3) + autoprefixer-rails (10.4.19.0) + execjs (~> 2) aws-sdk (2.6.36) aws-sdk-resources (= 2.6.36) aws-sdk-core (2.6.36) @@ -49,8 +51,9 @@ GEM aws-sigv4 (1.0.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - bootstrap-sass (3.2.0.0) - sass (~> 3.2) + bootstrap-sass (3.4.1) + autoprefixer-rails (>= 5.2.1) + sassc (>= 2.0.0) bootstrap3-datetimepicker-rails (4.17.43) momentjs-rails (>= 2.8.1) builder (3.2.2) @@ -90,6 +93,7 @@ GEM i18n (~> 0.5) faraday (0.9.2) multipart-post (>= 1.2, < 3) + ffi (1.17.0) font-awesome-sass (4.7.0) sass (>= 3.2) globalid (0.3.7) @@ -119,7 +123,9 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mimemagic (0.3.2) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_portile2 (2.1.0) minitest (5.10.1) momentjs-rails (2.15.1) @@ -191,6 +197,9 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.0.0) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) + ffi (~> 1.0) rspec-core (3.5.4) rspec-support (~> 3.5.0) rspec-expectations (3.5.0) @@ -208,13 +217,19 @@ GEM rspec-mocks (~> 3.5.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - 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.4.0) + ffi (~> 1.9) slop (3.6.0) spring (2.0.0) activesupport (>= 4.2) @@ -247,7 +262,7 @@ PLATFORMS DEPENDENCIES aws-sdk (~> 2.3) - bootstrap-sass (= 3.2.0.0) + bootstrap-sass (= 3.4.1) bootstrap3-datetimepicker-rails (~> 4.17.37) byebug capistrano (~> 3.6)