From 68e64dba2c563f5c7a1357c0cf7a0aa87860dfd1 Mon Sep 17 00:00:00 2001 From: Jamie Macey Date: Mon, 12 Oct 2020 22:53:18 -0700 Subject: [PATCH] OpenAPI currently at v 3.0.3 --- test-app/spec/integration/openapi3_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-app/spec/integration/openapi3_spec.rb b/test-app/spec/integration/openapi3_spec.rb index 8d0d082..7515ef1 100644 --- a/test-app/spec/integration/openapi3_spec.rb +++ b/test-app/spec/integration/openapi3_spec.rb @@ -27,7 +27,7 @@ RSpec.describe 'Generated OpenApi', type: :request, swagger_doc: 'v3/openapi.jso components: api_components } end - let(:api_openapi) { '3.0.1' } + let(:api_openapi) { '3.0.3' } let(:api_base_path) { '/foo' } let(:api_schemes) { ['https'] } let(:api_host) { 'api.example.com' }