We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c77db71 + e8a8f70 commit 81565a3Copy full SHA for 81565a3
acceptance/setup/common/pre-suite/010_install_ruby.rb
@@ -77,7 +77,7 @@
77
on(bolt, 'gem install public_suffix -v 5.1.1 --no-document')
78
on(bolt, 'gem install CFPropertyList -v 3.0.6 --no-document')
79
on(bolt, 'gem install fast_gettext -v 2.4.0')
80
- on(bolt, 'gem install puppet-strings -v 0.9.36 --no-document')
+ on(bolt, 'gem install yard -v 0.9.36 --no-document')
81
# System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
82
on(bolt, 'gem install puppet-strings -v 2.9.0 --no-document')
83
# semantic puppet no longer supports ruby < 2.7
0 commit comments