From eca6b47a238c02ce5d6c7a873815e981a8207a61 Mon Sep 17 00:00:00 2001 From: Konstantin Munteanu Date: Tue, 6 May 2025 09:28:13 +0200 Subject: [PATCH] Allow json_schemer 2.4 --- .github/workflows/main.yml | 2 +- openapi_contracts.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5302e2f..af80774 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: activesupport: ['7.1', '7.2', '8.0'] - json_schemer: ['2.1', '2.2', '2.3'] + json_schemer: ['2.1', '2.2', '2.3', '2.4'] ruby: ['3.2', '3.3', '3.4'] env: ACTIVESUPPORT: '${{ matrix.activesupport }}' diff --git a/openapi_contracts.gemspec b/openapi_contracts.gemspec index 111f483..e6dca38 100644 --- a/openapi_contracts.gemspec +++ b/openapi_contracts.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.files = Dir['lib/**/*', 'README.md'] s.add_dependency 'activesupport', '>= 6.1', '< 8.1' - s.add_dependency 'json_schemer', '>= 2.1', '< 2.4' + s.add_dependency 'json_schemer', '>= 2.1', '< 2.5' s.add_dependency 'openapi_parameters', '>= 0.3.3', '< 0.4' s.add_dependency 'rack', '>= 2.0.0'