mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update json_schemer requirement from >= 0.2.1, < 0.2.12 to >= 0.2.1, < 0.2.18
Updates the requirements on [json_schemer](https://github.com/davishmcclurg/json_schemer) to permit the latest version. - [Release notes](https://github.com/davishmcclurg/json_schemer/releases) - [Commits](https://github.com/davishmcclurg/json_schemer/compare/v0.2.1...v0.2.17) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
3ec394c548
commit
0e35a922ef
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -27,7 +27,7 @@ group :test do
|
|||
gem "chefstyle", "~> 1.5.7"
|
||||
gem "concurrent-ruby", "~> 1.0"
|
||||
gem "html-proofer", platforms: :ruby # do not attempt to run proofer on windows
|
||||
gem "json_schemer", ">= 0.2.1", "< 0.2.12"
|
||||
gem "json_schemer", ">= 0.2.1", "< 0.2.18"
|
||||
gem "m"
|
||||
gem "minitest-sprint", "~> 1.0"
|
||||
gem "minitest", "~> 5.5"
|
||||
|
|
Loading…
Reference in a new issue