Skip to content

Commit

Permalink
Update front_matter_parser gem from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jordan-brough authored and nickcharlton committed Jan 24, 2022
1 parent c39b7ae commit 59b6a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 59b6a6d

Please sign in to comment.