Skip to content

Commit

Permalink
Merge pull request #3332 from donoghuc/more-component-pins
Browse files Browse the repository at this point in the history
(maint) Pin public_suffix for component acceptance
  • Loading branch information
donoghuc authored Jun 28, 2024
2 parents 59f26e7 + a01c251 commit 40b726c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acceptance/setup/common/pre-suite/010_install_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
on(bolt, 'gem install nori -v 2.6.0')
on(bolt, 'gem install CFPropertyList -v 3.0.6')
on(bolt, 'gem install winrm -v 2.3.6')
on(bolt, 'gem install public_suffix -v 5.1.1')
when /el-|centos/
# install system ruby packages
install_package(bolt, 'ruby')
Expand All @@ -70,8 +71,9 @@
when /osx/
# System ruby for osx is 2.3. winrm-fs and its dependencies require > 2.3.
on(bolt, 'gem install nori -v 2.6.0 --no-document')
on(bolt, 'gem install winrm-fs -v 1.3.3 --no-document')
on(bolt, 'gem install winrm -v 2.3.6 --no-document')
on(bolt, 'gem install winrm-fs -v 1.3.3 --no-document')
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')
# System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
Expand Down

0 comments on commit 40b726c

Please sign in to comment.