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.18 to >= 0.2.1, < 0.2.19
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.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
77b29d7550
commit
1bfa935f0c
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -31,7 +31,7 @@ group :test do
|
|||
gem "chefstyle", "~> 1.7.1"
|
||||
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.18"
|
||||
gem "json_schemer", ">= 0.2.1", "< 0.2.19"
|
||||
gem "m"
|
||||
gem "minitest-sprint", "~> 1.0"
|
||||
gem "minitest", "~> 5.5"
|
||||
|
|
Loading…
Reference in a new issue