File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 22# Managed by modulesync - DO NOT EDIT
33# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44
5- modulesync_config_version : ' 10.0 .0'
5+ modulesync_config_version : ' 10.1 .0'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ group :development do
1414end
1515
1616group :system_tests do
17- gem 'voxpupuli-acceptance' , '~> 3.5 ' , :require => false
17+ gem 'voxpupuli-acceptance' , '~> 4.0 ' , :require => false
1818end
1919
2020group :release do
Original file line number Diff line number Diff line change 11# Managed by modulesync - DO NOT EDIT
22# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
33
4- # Attempt to load voxpupuli-test (which pulls in puppetlabs_spec_helper),
5- # otherwise attempt to load it directly.
64begin
75 require 'voxpupuli/test/rake'
86rescue LoadError
9- begin
10- require 'puppetlabs_spec_helper/rake_tasks'
11- rescue LoadError
12- end
7+ # only available if gem group test is installed
138end
149
15- # load optional tasks for acceptance
16- # only available if gem group releases is installed
1710begin
1811 require 'voxpupuli/acceptance/rake'
1912rescue LoadError
13+ # only available if gem group acceptance is installed
2014end
2115
22- # load optional tasks for releases
23- # only available if gem group releases is installed
2416begin
2517 require 'voxpupuli/release/rake_tasks'
2618rescue LoadError
27- # voxpupuli-release not present
19+ # only available if gem group releases is installed
2820else
2921 GCGConfig . user = 'voxpupuli'
3022 GCGConfig . project = 'puppet-rclocal'
You can’t perform that action at this time.
0 commit comments