Skip to content

Commit c77db71

Browse files
authored
Merge pull request #3349 from donoghuc/pin-yard
(maint) Fix component CI by pinning back yard
2 parents 725b0da + 8f571a5 commit c77db71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acceptance/setup/common/pre-suite/010_install_ruby.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
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
@@ -76,6 +77,7 @@
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

0 commit comments

Comments
 (0)