From 25fd427de1147d40d7bb98ba63575bfd839447e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:25:16 +0200 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates (#253) * chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [minimal-mistakes-jekyll](https://github.com/mmistakes/minimal-mistakes) and [bootstrap](https://github.com/twbs/bootstrap-rubygem). Updates `minimal-mistakes-jekyll` from 4.24.0 to 4.25.1 - [Release notes](https://github.com/mmistakes/minimal-mistakes/releases) - [Changelog](https://github.com/mmistakes/minimal-mistakes/blob/master/CHANGELOG.md) - [Commits](https://github.com/mmistakes/minimal-mistakes/compare/4.24.0...4.25.1) Updates `bootstrap` from 5.3.2 to 5.3.3 - [Release notes](https://github.com/twbs/bootstrap-rubygem/releases) - [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/main/CHANGELOG.md) - [Commits](https://github.com/twbs/bootstrap-rubygem/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: minimal-mistakes-jekyll dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] * fix bootstrap scss imports --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Iipin <52832022+Iipin@users.noreply.github.com> --- Gemfile | 4 ++-- Gemfile.lock | 40 ++++++++++++++++++++-------------------- assets/css/main.scss | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Gemfile b/Gemfile index a506ff7d..d6702a62 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gem "jekyll-paginate", "1.1" gem "jekyll-archives", "2.2.1" gem "jekyll-polyglot", "1.8.0" -gem "minimal-mistakes-jekyll", "4.24" -gem "bootstrap", "5.3.2" +gem "minimal-mistakes-jekyll", "4.25.1" +gem "bootstrap", "5.3.3" diff --git a/Gemfile.lock b/Gemfile.lock index 7cb90397..d178bc70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,8 +5,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) autoprefixer-rails (10.4.16.0) execjs (~> 2) - base64 (0.2.0) - bootstrap (5.3.2) + bootstrap (5.3.3) autoprefixer-rails (>= 9.1.0) popper_js (>= 2.11.8, < 3) colorator (1.1.0) @@ -16,11 +15,10 @@ GEM http_parser.rb (~> 0) eventmachine (1.2.7) execjs (2.9.1) - faraday (2.8.1) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http ffi (1.16.3) forwardable-extended (2.6.0) google-protobuf (4.26.1) @@ -72,41 +70,42 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - minimal-mistakes-jekyll (4.24.0) + minimal-mistakes-jekyll (4.25.1) jekyll (>= 3.7, < 5.0) jekyll-feed (~> 0.1) jekyll-gist (~> 1.5) jekyll-include-cache (~> 0.1) jekyll-paginate (~> 1.1) jekyll-sitemap (~> 1.3) + net-http (0.4.1) + uri octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) popper_js (2.11.8) - public_suffix (5.0.4) - rake (13.1.0) + public_suffix (5.0.5) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.6) rouge (4.2.1) - ruby2_keywords (0.0.5) safe_yaml (1.0.5) - sass-embedded (1.72.0-aarch64-linux-android) + sass-embedded (1.76.0-aarch64-linux-android) google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.72.0-arm-linux-androideabi) + sass-embedded (1.76.0-arm-linux-androideabi) google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.72.0-arm-linux-gnueabihf) + sass-embedded (1.76.0-arm-linux-gnueabihf) google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.72.0-arm-linux-musleabihf) + sass-embedded (1.76.0-arm-linux-musleabihf) google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.72.0-x86-linux-android) + sass-embedded (1.76.0-x86-linux-android) google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.72.0-x86_64-linux-android) + sass-embedded (1.76.0-x86_64-linux-android) google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.72.0-x86_64-linux-gnu) + sass-embedded (1.76.0-x86_64-linux-gnu) google-protobuf (>= 3.25, < 5.0) sawyer (0.9.2) addressable (>= 2.3.5) @@ -114,6 +113,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) + uri (0.13.0) webrick (1.8.1) PLATFORMS @@ -126,13 +126,13 @@ PLATFORMS x86_64-linux-android DEPENDENCIES - bootstrap (= 5.3.2) + bootstrap (= 5.3.3) jekyll (= 4.3.3) jekyll-archives (= 2.2.1) jekyll-feed (= 0.17.0) jekyll-paginate (= 1.1) jekyll-polyglot (= 1.8.0) - minimal-mistakes-jekyll (= 4.24) + minimal-mistakes-jekyll (= 4.25.1) RUBY VERSION ruby 3.3.0p0 diff --git a/assets/css/main.scss b/assets/css/main.scss index 7d3ba017..2b37edd4 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -6,17 +6,17 @@ $primary-color : #214214 !default; -@import "../../bootstrap-5.3.2/assets/stylesheets/bootstrap/functions"; -@import "../../bootstrap-5.3.2/assets/stylesheets/bootstrap/variables"; -@import "../../bootstrap-5.3.2/assets/stylesheets/bootstrap/variables-dark"; -@import "../../bootstrap-5.3.2/assets/stylesheets/bootstrap/maps"; -@import "../../bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins"; -@import "../../bootstrap-5.3.2/assets/stylesheets/bootstrap/root"; -@import "../../bootstrap-5.3.2/assets/stylesheets/bootstrap/utilities"; +@import "../../bootstrap-5.3.3/assets/stylesheets/bootstrap/functions"; +@import "../../bootstrap-5.3.3/assets/stylesheets/bootstrap/variables"; +@import "../../bootstrap-5.3.3/assets/stylesheets/bootstrap/variables-dark"; +@import "../../bootstrap-5.3.3/assets/stylesheets/bootstrap/maps"; +@import "../../bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins"; +@import "../../bootstrap-5.3.3/assets/stylesheets/bootstrap/root"; +@import "../../bootstrap-5.3.3/assets/stylesheets/bootstrap/utilities"; -@import "../../bootstrap-5.3.2/assets/stylesheets/bootstrap/progress"; +@import "../../bootstrap-5.3.3/assets/stylesheets/bootstrap/progress"; -@import "../../bootstrap-5.3.2/assets/stylesheets/bootstrap/utilities/api"; +@import "../../bootstrap-5.3.3/assets/stylesheets/bootstrap/utilities/api"; @import "minimal-mistakes"; // main partials