Update json_schemer requirement from >= 0.2.1, < 2.0.1 to >= 0.2.1, < 2.1.2

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.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-05 04:56:55 +00:00 committed by GitHub
parent 655f2932b1
commit 9786c81b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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