Update dependency json-schema to v5 (#31499)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4819fc72ee
commit
611533cd12
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -149,7 +149,7 @@ group :test do
|
|||
gem 'rails-controller-testing', '~> 1.0'
|
||||
|
||||
# Validate schemas in specs
|
||||
gem 'json-schema', '~> 4.0'
|
||||
gem 'json-schema', '~> 5.0'
|
||||
|
||||
# Test harness fo rack components
|
||||
gem 'rack-test', '~> 2.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue