From 159f48b6abc54d434c4d113adc89ef5804db0b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 16:42:32 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index afec0b80cb..082b1a0786 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :jekyll_plugins do gem 'kramdown-parser-gfm' gem 'i18n', '>= 0.7' gem 'jekyll-assets' - gem 'sprockets', '~> 3.7' + gem 'sprockets', '~> 4.0' gem 'rack', '>= 2.0.6' gem 'nokogiri', '>= 1.10.4' gem 'html-proofer' diff --git a/Gemfile.lock b/Gemfile.lock index 37c728c97e..f6b26d6a17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,7 +132,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) @@ -164,7 +164,7 @@ DEPENDENCIES kramdown-parser-gfm nokogiri (>= 1.10.4) rack (>= 2.0.6) - sprockets (~> 3.7) + sprockets (~> 4.0) whenever BUNDLED WITH