Skip to content

Commit

Permalink
Merge pull request #3350 from donoghuc/fix-cp-bug
Browse files Browse the repository at this point in the history
(maint) Fix copy paste bug doing yard pin
  • Loading branch information
donoghuc authored Sep 20, 2024
2 parents c77db71 + e8a8f70 commit 81565a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/setup/common/pre-suite/010_install_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
on(bolt, 'gem install public_suffix -v 5.1.1 --no-document')
on(bolt, 'gem install CFPropertyList -v 3.0.6 --no-document')
on(bolt, 'gem install fast_gettext -v 2.4.0')
on(bolt, 'gem install puppet-strings -v 0.9.36 --no-document')
on(bolt, 'gem install yard -v 0.9.36 --no-document')
# System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
on(bolt, 'gem install puppet-strings -v 2.9.0 --no-document')
# semantic puppet no longer supports ruby < 2.7
Expand Down

0 comments on commit 81565a3

Please sign in to comment.