Skip to content

Commit

Permalink
Merge pull request #3275 from donoghuc/nori-before-winrm
Browse files Browse the repository at this point in the history
(maint) Install nori before winrm
  • Loading branch information
donoghuc committed Mar 1, 2024
2 parents fbf30d4 + 4052217 commit 747f333
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 @@ -67,8 +67,8 @@
on(bolt, 'gem install highline -v 2.1.0')
when /osx/
# System ruby for osx is 2.3. winrm-fs and its dependencies require > 2.3.
on(bolt, 'gem install winrm-fs -v 1.3.3 --no-document')
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 CFPropertyList -v 3.0.6 --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')
Expand Down

0 comments on commit 747f333

Please sign in to comment.