diff --git a/Gemfile b/Gemfile index cba7ac9d2da..a55358e8ba9 100644 --- a/Gemfile +++ b/Gemfile @@ -117,7 +117,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 e0e3501978b..8c7d8ff6c23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,7 +221,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.3) connection_pool (2.4.1) crack (1.0.0) @@ -503,8 +504,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) @@ -613,6 +614,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rb_sys (0.9.97) rdoc (6.7.0) psych (>= 4.0.0) redcarpet (3.6.0) @@ -916,7 +918,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)