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
15- - gem : ' orchestrator_client'
16- version : ' < 0.7.1'
17- condition : ' ENV["GEM_BOLT"]'
15+ - gem : orchestrator_client
16+ version : < 0.7.1
17+ condition : ENV["GEM_BOLT"]
1818Rakefile :
19- changelog_since_tag : ' 2.5.0'
20- default_disabled_lint_checks : ['strict_indent','manifest_whitespace_missing_newline_end_of_file']
19+ changelog_since_tag : 2.5.0
20+ default_disabled_lint_checks :
21+ - strict_indent
22+ - manifest_whitespace_missing_newline_end_of_file
2123 extras :
22- - ' PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]'
24+ - PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp",
25+ " vendor/**/*" ]
2326spec/spec_helper.rb :
24- mock_with : ' :rspec'
27+ mock_with : :rspec
2528.gitignore :
2629 paths :
27- - ' .rerun.json'
30+ - .rerun.json
2831 - ' *.tar.gz'
29- - ' .modules/'
30- - ' .plan_cache.json'
31- - ' .resource_types/'
32- - ' bolt-debug.log'
33- - ' spec/docker/**/*.tar.gz'
34- - ' spec/docker/**/*.asc'
35- - ' spec/docker/**/files/puppet-enterprise*'
36- - ' spec/docker/.task_cache.json'
32+ - .modules/
33+ - .plan_cache.json
34+ - .resource_types/
35+ - bolt-debug.log
36+ - spec/docker/**/*.tar.gz
37+ - spec/docker/**/*.asc
38+ - spec/docker/**/files/puppet-enterprise*
39+ - spec/docker/.task_cache.json
3740.github/workflows/auto_release.yml :
38- unmanaged : false
41+ unmanaged : false
3942.github/workflows/release.yml :
4043 unmanaged : false
4144.github/workflows/spec.yml :
@@ -46,7 +49,7 @@ spec/spec_helper.rb:
4649 unmanaged : false
4750.travis.yml :
4851 delete : true
49- " .gitlab-ci.yml " :
52+ .gitlab-ci.yml :
5053 delete : true
5154appveyor.yml :
5255 delete : true
0 commit comments