File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
acceptance/setup/common/pre-suite Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2727 # public_suffix for win requires Ruby version >= 2.6
2828 # current Ruby 2.5.0 works with public_suffix version 4.0.7
2929 on ( bolt , powershell ( 'gem install public_suffix -v 4.0.7' ) )
30+ on ( bolt , powershell ( 'gem install yard -v 0.9.36' ) )
3031 # current Ruby 2.5.0 works with puppet-strings 2.9.0
3132 on ( bolt , powershell ( 'gem install puppet-strings -v 2.9.0' ) )
3233 # net-ssh 7.x no longer supports ruby 2.5
7677 on ( bolt , 'gem install public_suffix -v 5.1.1 --no-document' )
7778 on ( bolt , 'gem install CFPropertyList -v 3.0.6 --no-document' )
7879 on ( bolt , 'gem install fast_gettext -v 2.4.0' )
80+ on ( bolt , 'gem install puppet-strings -v 0.9.36 --no-document' )
7981 # System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
8082 on ( bolt , 'gem install puppet-strings -v 2.9.0 --no-document' )
8183 # semantic puppet no longer supports ruby < 2.7
You can’t perform that action at this time.
0 commit comments