|
3 | 3 |
|
4 | 4 | source 'https://rubygems.org' |
5 | 5 |
|
6 | | -gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '>= 5.5', groups: ['development', 'test'] |
| 6 | +gem 'puppet', ENV.fetch('PUPPET_GEM_VERSION', '>= 7'), groups: ['development', 'test'] |
7 | 7 | gem 'rake' |
8 | 8 |
|
9 | 9 | gem 'kafo_module_lint', {"groups"=>["test"]} |
10 | | -gem 'puppet-lint-empty_string-check', {"groups"=>["test"]} |
11 | | -gem 'puppet-lint-file_ensure-check', {"groups"=>["test"]} |
12 | | -gem 'puppet-lint-param-docs', '>= 1.3.0', {"groups"=>["test"]} |
13 | | -gem 'puppet-lint-spaceship_operator_without_tag-check', {"groups"=>["test"]} |
14 | | -gem 'puppet-lint-strict_indent-check', {"groups"=>["test"]} |
15 | | -gem 'puppet-lint-undef_in_function-check', {"groups"=>["test"]} |
16 | | -gem 'voxpupuli-test', '~> 5.0', {"groups"=>["test"]} |
| 10 | +gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 1.0', {"groups"=>["test"]} |
| 11 | +gem 'voxpupuli-test', '~> 7.0', {"groups"=>["test"]} |
17 | 12 | gem 'github_changelog_generator', '>= 1.15.0', {"groups"=>["development"]} |
18 | | -gem 'puppet_metadata', '~> 1.3' |
| 13 | +gem 'puppet_metadata', '~> 3.4' |
19 | 14 | gem 'puppet-blacksmith', '>= 6.0.0', {"groups"=>["development"]} |
20 | | -gem 'voxpupuli-acceptance', '~> 1.0', {"groups"=>["system_tests"]} |
| 15 | +gem 'voxpupuli-acceptance', '~> 2.0', {"groups"=>["system_tests"]} |
21 | 16 | gem 'puppetlabs_spec_helper', {"groups"=>["system_tests"]} |
22 | 17 |
|
23 | | -# Pin rdoc to prevent updating bundled psych (https://github.com/ruby/rdoc/commit/ebe185c8775b2afe844eb3da6fa78adaa79e29a4) |
24 | | -gem 'rdoc', '< 6.4' |
25 | | - |
26 | 18 | # vim:ft=ruby |
0 commit comments