Skip to content
Snippets Groups Projects
Unverified Commit e6394708 authored by Gavin Didrichsen's avatar Gavin Didrichsen Committed by GitHub
Browse files

Merge pull request #605 from puppetlabs/json-schema

(BUGFIX) Pin json-schema below 5.1.1 to resolve issues with Ruby 2 on Windows
parents d3cc13f9 d4d0313d
No related branches found
No related tags found
No related merge requests found
...@@ -541,6 +541,8 @@ Gemfile: ...@@ -541,6 +541,8 @@ Gemfile:
version: '~> 2.1' version: '~> 2.1'
- gem: 'metadata-json-lint' - gem: 'metadata-json-lint'
version: '~> 4.0' version: '~> 4.0'
- gem: 'json-schema'
version: '< 5.1.1'
- gem: 'rspec-puppet-facts' - gem: 'rspec-puppet-facts'
version: '~> 4.0' version: '~> 4.0'
- gem: 'dependency_checker' - gem: 'dependency_checker'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment