From d83fa2d7e7e15cc6b65ef0a5352ed1caf0ce5d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 16:30:28 +0000 Subject: [PATCH] Bump sprockets from 3.7.2 to 4.0.3 Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.2 to 4.0.3. - [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.0.3) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b0de38ba..67b220d4 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gem "jekyll", "~> 3.9" # See https://github.com/envygeeks/jekyll-assets/issues/622 -gem "sprockets", "~> 3.7" +gem "sprockets", "~> 4.0" gem "kramdown-parser-gfm", "~> 1.1.0" group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 9bf33ef7..a010669b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -98,7 +98,7 @@ GEM forwardable-extended (~> 2.6) public_suffix (4.0.6) racc (1.5.2) - rack (2.2.3) + rack (2.2.4) rainbow (3.0.0) rb-fsevent (0.11.0) rb-inotify (0.10.1) @@ -111,7 +111,7 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sprockets (3.7.2) + sprockets (4.0.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) thread_safe (0.3.6) @@ -134,7 +134,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap kramdown-parser-gfm (~> 1.1.0) - sprockets (~> 3.7) + sprockets (~> 4.0) tzinfo-data RUBY VERSION