api-catalogue icon indicating copy to clipboard operation
api-catalogue copied to clipboard

Bump ruby from 2.7-alpine to 3.1.0-alpine

Open dependabot[bot] opened this issue 3 years ago • 5 comments

Bumps ruby from 2.7-alpine to 3.1.0-alpine.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Feb 15 '22 10:02 dependabot[bot]

@dependabot rebase

jamietanna avatar Feb 15 '22 10:02 jamietanna

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot[bot] avatar Feb 15 '22 10:02 dependabot[bot]

Actually we'll hold off on this for now

jamietanna avatar Feb 15 '22 10:02 jamietanna

A newer version of ruby exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot[bot] avatar Feb 21 '22 23:02 dependabot[bot]

Middleman 4 doesn't fully support Ruby 3 - there are some further fixes in https://github.com/middleman/middleman/pull/2517 but no release at the moment.

One issue we're seeing is with using dates in the frontmatter, which gives us: YAML Exception parsing api-catalogue/source/Borders/index.html.md: Tried to load unspecified class: Date

We could work round this by wrapping dates in quotes and making them strings. Or we could stay on Ruby 2.7.

nahteb avatar May 06 '22 15:05 nahteb