Skip to content

Commit

Permalink
Bump openapi3_parser from 0.9.2 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [openapi3_parser](https://github.com/kevindew/openapi_parser) from 0.9.2 to 0.10.0.
- [Changelog](https://github.com/kevindew/openapi3_parser/blob/main/CHANGELOG.md)
- [Commits](kevindew/openapi3_parser@v0.9.2...v0.10.0)

---
updated-dependencies:
- dependency-name: openapi3_parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cwrw committed Dec 30, 2024
1 parent a18e142 commit de4d514
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gem "json-schema", ">= 2.8.1"
gem "jsonapi-serializer"

# OpenApi Swagger
gem "openapi3_parser", "~> 0.9.2"
gem "openapi3_parser", "~> 0.10.0"

gem "ransack"

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
commonmarker (0.23.10)
commonmarker (1.1.3-arm64-darwin)
commonmarker (1.1.3-x86_64-darwin)
commonmarker (1.1.3-x86_64-linux-gnu)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (5.7.2)
Expand Down Expand Up @@ -376,8 +378,8 @@ GEM
bigdecimal
notifications-ruby-client (5.4.0)
jwt (>= 1.5, < 3)
openapi3_parser (0.9.2)
commonmarker (~> 0.17)
openapi3_parser (0.10.0)
commonmarker (>= 1.0)
orm_adapter (0.5.0)
os (1.1.4)
ostruct (0.6.1)
Expand Down Expand Up @@ -757,7 +759,7 @@ DEPENDENCIES
net-pop
net-smtp
nokogiri
openapi3_parser (~> 0.9.2)
openapi3_parser (~> 0.10.0)
ostruct
pagy (~> 9)
paper_trail
Expand Down

0 comments on commit de4d514

Please sign in to comment.