11---
22Gemfile :
33 required :
4- :development :
5- - gem : bolt
4+ ' :development ' :
5+ - gem : ' bolt'
66 version : ' >= 3.10.0'
77 optional :
8- :development :
9- - gem : github_changelog_generator
10- version : 1.16.4 # Pinned to latest bug fix version
11- - gem : octokit
12- version : 4.21.0 # Locked due to https://github.com/octokit/octokit.rb/issues/1391
8+ ' :development ' :
9+ - gem : ' github_changelog_generator'
10+ version : ' 1.16.4' # Pinned to latest bug fix version
11+ - gem : ' octokit'
12+ version : ' 4.21.0' # Locked due to https://github.com/octokit/octokit.rb/issues/1391
1313 # The Faraday requirements in orchestrator_client 0.7.1 causes Bundler to
1414 # resolve the dependency in unexpected ways and causes issues in CI
1515 - gem : orchestrator_client
1616 version : < 0.7.1
1717Rakefile :
18- changelog_since_tag : 2.5.0
19- default_disabled_lint_checks :
20- - strict_indent
21- - manifest_whitespace_missing_newline_end_of_file
18+ changelog_since_tag : ' 2.5.0'
19+ default_disabled_lint_checks : ['strict_indent','manifest_whitespace_missing_newline_end_of_file']
2220 extras :
23- - PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp",
24- " vendor/**/*" ]
21+ - ' PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]'
2522spec/spec_helper.rb :
26- mock_with : :rspec
23+ mock_with : ' :rspec'
2724.gitignore :
2825 paths :
29- - .rerun.json
26+ - ' .rerun.json'
3027 - ' *.tar.gz'
31- - .modules/
32- - .plan_cache.json
33- - .resource_types/
34- - bolt-debug.log
35- - spec/docker/**/*.tar.gz
36- - spec/docker/**/*.asc
37- - spec/docker/**/files/puppet-enterprise*
38- - spec/docker/.task_cache.json
28+ - ' .modules/'
29+ - ' .plan_cache.json'
30+ - ' .resource_types/'
31+ - ' bolt-debug.log'
32+ - ' spec/docker/**/*.tar.gz'
33+ - ' spec/docker/**/*.asc'
34+ - ' spec/docker/**/files/puppet-enterprise*'
35+ - ' spec/docker/.task_cache.json'
3936.github/workflows/auto_release.yml :
40- unmanaged : false
37+ unmanaged : false
4138.github/workflows/release.yml :
4239 unmanaged : false
4340.github/workflows/spec.yml :
@@ -48,7 +45,7 @@ spec/spec_helper.rb:
4845 unmanaged : false
4946.travis.yml :
5047 delete : true
51- .gitlab-ci.yml :
48+ " .gitlab-ci.yml " :
5249 delete : true
5350appveyor.yml :
5451 delete : true
0 commit comments