From fcf346f2796d0218887b91a531f85f2dd81fdb4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:22:56 +0000 Subject: [PATCH] Bump sprockets from 3.7.2 to 4.2.1 Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.2 to 4.2.1. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/sprockets/compare/v3.7.2...v4.2.1) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 8e1b055f..4b40e45c 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gem "jekyll", "4.2.2" gem "webrick" -gem "sprockets", "~> 3.7" +gem "sprockets", "~> 4.2" gem "kramdown-parser-gfm", "~> 1.1.0" group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 41fb5b23..ce6ae44d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,6 +11,7 @@ GEM ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) + ffi (1.16.3) ffi (1.16.3-x64-mingw-ucrt) forwardable-extended (2.6.0) html-proofer (3.19.4) @@ -60,12 +61,14 @@ GEM mercenary (0.4.0) nokogiri (1.15.4-x64-mingw-ucrt) racc (~> 1.4) + nokogiri (1.15.4-x86_64-linux) + racc (~> 1.4) parallel (1.23.0) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.3) racc (1.7.3) - rack (2.2.8) + rack (3.0.8) rainbow (3.1.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -75,9 +78,9 @@ GEM safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) - sprockets (3.7.2) + sprockets (4.2.1) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.4.0) @@ -87,12 +90,12 @@ GEM tzinfo-data (1.2023.3) tzinfo (>= 1.0.0) unicode-display_width (1.8.0) - wdm (0.1.1) webrick (1.8.1) yell (2.2.2) PLATFORMS x64-mingw-ucrt + x86_64-linux DEPENDENCIES html-proofer (~> 3.18) @@ -101,9 +104,8 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap kramdown-parser-gfm (~> 1.1.0) - sprockets (~> 3.7) + sprockets (~> 4.2) tzinfo-data - wdm (~> 0.1.0) webrick RUBY VERSION