Update json_schemer requirement from >= 0.2.1, < 0.2.19 to >= 0.2.1, < 2.0.1 (#6693)

Updates the requirements on [json_schemer](https://github.com/davishmcclurg/json_schemer) to permit the latest version.
- [Changelog](https://github.com/davishmcclurg/json_schemer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/davishmcclurg/json_schemer/compare/v0.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: json_schemer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-29 15:49:52 +05:30 committed by GitHub
parent 888404ceb5
commit 62b87af0ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ end
group :test do
gem "chefstyle", "~> 2.2.2"
gem "concurrent-ruby", "~> 1.0"
gem "json_schemer", ">= 0.2.1", "< 0.2.19"
gem "json_schemer", ">= 0.2.1", "< 2.0.1"
gem "m"
gem "minitest-sprint", "~> 1.0"
gem "minitest", "5.15.0"