mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Pin json_schemer to maintain Ruby 2.4 support
Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
This commit is contained in:
parent
9684e64dd7
commit
5dd999229b
2 changed files with 14 additions and 13 deletions
|
@ -44,18 +44,19 @@ pipelines:
|
|||
- integration/resources:
|
||||
description: Test core resources with test-kitchen.
|
||||
definition: .expeditor/integration.resources.yml
|
||||
- integration/libraries:
|
||||
description: Integration with plugins, gems, resource packs.
|
||||
definition: .expeditor/integration.libraries.yml
|
||||
- integration/profiles:
|
||||
description: Integration with compliance-profiles, and dev-sec
|
||||
definition: .expeditor/integration.profiles.yml
|
||||
- integration/cookbooks:
|
||||
description: Integration with the audit cookbook
|
||||
definition: .expeditor/integration.cookbooks.yml
|
||||
- integration/automate:
|
||||
description: Integration with Chef Automate
|
||||
definition: .expeditor/integration.automate.yml
|
||||
# This breaks expeditor as it does not yet exist
|
||||
# - integration/libraries:
|
||||
# description: Integration with plugins, gems, resource packs.
|
||||
# definition: .expeditor/integration.libraries.yml
|
||||
# - integration/profiles:
|
||||
# description: Integration with compliance-profiles, and dev-sec
|
||||
# definition: .expeditor/integration.profiles.yml
|
||||
# - integration/cookbooks:
|
||||
# description: Integration with the audit cookbook
|
||||
# definition: .expeditor/integration.cookbooks.yml
|
||||
# - integration/automate:
|
||||
# description: Integration with Chef Automate
|
||||
# definition: .expeditor/integration.automate.yml
|
||||
- artifact/habitat:
|
||||
description: Execute tests against the habitat artifact
|
||||
definition: .expeditor/artifact.habitat.yml
|
||||
|
|
|
@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency "chef-telemetry", "~> 1.0"
|
||||
spec.add_dependency "license-acceptance", ">= 0.2.13", "< 2.0"
|
||||
spec.add_dependency "thor", ">= 0.20", "< 2.0"
|
||||
spec.add_dependency "json_schemer", "~> 0.2.1"
|
||||
spec.add_dependency "json_schemer", ">= 0.2.1", "< 0.2.12"
|
||||
spec.add_dependency "method_source", ">= 0.8", "< 2.0"
|
||||
spec.add_dependency "rubyzip", "~> 1.2", ">= 1.2.2"
|
||||
spec.add_dependency "rspec", "~> 3.9"
|
||||
|
|
Loading…
Reference in a new issue