From a25642f9f69accb90c5faa0af129005d414612df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 02:55:42 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: openapi3_parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index eac0aded6c8..33771867703 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index f0ccb88823e..d034647582c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -208,7 +208,8 @@ GEM combine_pdf (1.0.26) matrix ruby-rc4 (>= 0.1.5) - commonmarker (0.23.10) + commonmarker (1.1.3) + rb_sys (~> 0.9) concurrent-ruby (1.2.3) connection_pool (2.4.1) crack (1.0.0) @@ -480,8 +481,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) @@ -589,6 +590,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) @@ -890,7 +892,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)