Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !2128

Update front_matter_parser gem from 1.0.0 to 1.0.1

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jordan Brough requested to merge github/fork/jordan-brough/update-front_matter_parser into main Jan 21, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Update "front_matter_parser" to be compatible with Psych 4. Psych 4 is the version included in Ruby 3.1. See https://github.com/waiting-for-dev/front_matter_parser/pull/11.

"front_matter_parser" was explicitly locked at 1.0.0 in Administrate in #2023 to avoid an incompatibility with Ruby 2.5.

Then it was unlocked in #2027 when support for Ruby 2.5 was dropped.

However, front_matter_parser was also dependabot-ignored in https://github.com/thoughtbot/administrate/pull/2021#issuecomment-886107091, and I think it was never un-ignored, so dependabot hasn't suggested an upgrade.

I believe if we update it via this PR then dependabot will automatically start monitoring it again.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/jordan-brough/update-front_matter_parser