Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: openapi3_parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent 9009060 commit c4a4854
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 @@ -114,7 +114,7 @@ gem 'http'
# For DSI api integration
gem 'jwt'

gem 'openapi3_parser', '0.9.2'
gem 'openapi3_parser', '0.10.0'
gem 'rouge'
gem 'ruby-graphviz'

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ GEM
combine_pdf (1.0.26)
matrix
ruby-rc4 (>= 0.1.5)
commonmarker (0.23.10)
commonmarker (1.1.4)
rb_sys (~> 0.9)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
crack (1.0.0)
Expand Down Expand Up @@ -488,8 +489,8 @@ GEM
omniauth_openid_connect (0.6.1)
omniauth (>= 1.9, < 3)
openid_connect (~> 1.1)
openapi3_parser (0.9.2)
commonmarker (~> 0.17)
openapi3_parser (0.10.0)
commonmarker (>= 1.0)
openid_connect (1.4.2)
activemodel
attr_required (>= 1.0.0)
Expand Down Expand Up @@ -597,6 +598,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rb_sys (0.9.97)
rdoc (6.6.3.1)
psych (>= 4.0.0)
redcarpet (3.6.0)
Expand Down Expand Up @@ -898,7 +900,7 @@ DEPENDENCIES
omniauth
omniauth-rails_csrf_protection
omniauth_openid_connect
openapi3_parser (= 0.9.2)
openapi3_parser (= 0.10.0)
pagy
parallel_tests
pg (~> 1.5.6)
Expand Down

0 comments on commit c4a4854

Please # to comment.