Update dependency json-schema to v6 (#35754)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-12 18:38:54 +02:00
committed by GitHub
parent 63d3f28b20
commit eda8ddddd6
2 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ group :test do
gem 'climate_control'
# Validate schemas in specs
gem 'json-schema', '~> 5.0'
gem 'json-schema', '~> 6.0'
# Test harness fo rack components
gem 'rack-test', '~> 2.1'