From 59b6a6d328252522b284598d1aa03e71993f804f Mon Sep 17 00:00:00 2001 From: Jordan Brough Date: Fri, 21 Jan 2022 12:35:14 -0700 Subject: [PATCH] Update front_matter_parser gem from 1.0.0 to 1.0.1 Update "front_matter_parser" to be compatible with Psych 4. Psych 4 is the version included in Ruby 3.1. See PR 11 in the "waiting-for-dev/front_matter_parser" repo. "front_matter_parser" was explicitly locked at 1.0.0 in Administrate in PR 2023 to avoid an incompatibility with Ruby 2.5. Then it was unlocked in PR 2027 when support for Ruby 2.5 was dropped. However, front_matter_parser was also dependabot-ignored in PR 2021, and I think it was never un-ignored, so dependabot hasn't suggested an upgrade. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 50766e8995..ef77fecf7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM activesupport capybara i18n - front_matter_parser (1.0.0) + front_matter_parser (1.0.1) globalid (1.0.0) activesupport (>= 5.0) hashdiff (1.0.1)