mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
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:
parent
888404ceb5
commit
62b87af0ad
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue