Skip to content

Commit 81565a3

Browse files
authored
Merge pull request #3350 from donoghuc/fix-cp-bug
(maint) Fix copy paste bug doing yard pin
2 parents c77db71 + e8a8f70 commit 81565a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
on(bolt, 'gem install public_suffix -v 5.1.1 --no-document')
7878
on(bolt, 'gem install CFPropertyList -v 3.0.6 --no-document')
7979
on(bolt, 'gem install fast_gettext -v 2.4.0')
80-
on(bolt, 'gem install puppet-strings -v 0.9.36 --no-document')
80+
on(bolt, 'gem install yard -v 0.9.36 --no-document')
8181
# System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
8282
on(bolt, 'gem install puppet-strings -v 2.9.0 --no-document')
8383
# semantic puppet no longer supports ruby < 2.7

0 commit comments

Comments
 (0)