-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump openapi3_parser from 0.9.2 to 0.10.0 #9394
Conversation
@dependabot rebase |
a25642f
to
9eca33c
Compare
9eca33c
to
9973fec
Compare
@dependabot recreate |
9973fec
to
c4a4854
Compare
c4a4854
to
1a0eacb
Compare
1a0eacb
to
d7977e6
Compare
d7977e6
to
62a0121
Compare
62a0121
to
833d96d
Compare
@dependabot rebase |
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 |
updated-dependencies: - dependency-name: openapi3_parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
6a1e775
to
6a702a7
Compare
Upgrading openapi3_parser means upgrading Commonmarker. Commonmarker only supports glibc linking and not musl. Alpine linux recommend using gcompat to allow for compiling libararies that do not support musl
LINKER_PATH=/lib/ld-musl-x86_64.so.1 LOADER_NAME=ld-linux-x86-64.so.2
98b1b97
to
2bcef7c
Compare
ef51cd0
to
bc8cb31
Compare
I've add gcompat to the Docker image becuase Waiting on some input / advice from infra on this change |
This is an issue raised in Commonmark related to our problems |
Proposed solution has been approved by devops: https://ukgovernmentdfe.slack.com/archives/C011EM7HU85/p1720783746601039 |
Bumps openapi3_parser from 0.9.2 to 0.10.0.
Changelog
Sourced from openapi3_parser's changelog.
Commits
f081c41
Fix the build status badgef4d37de
Release 0.10.0078f7d5
Update changelog63677ff
Support JSON pointer specific tokens3b2a392
Fix linting errorc810232
Use Commonmarker > 1.049177d5
Fix rubocop long line9487c78
Move development dependencies to Gemfile64d287b
rubocop -Afa71a47
Drop support for Ruby < 3.1You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)