Skip to content

Commit 747f333

Browse files
authored
Merge pull request #3275 from donoghuc/nori-before-winrm
(maint) Install nori before winrm
2 parents fbf30d4 + 4052217 commit 747f333

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
@@ -67,8 +67,8 @@
6767
on(bolt, 'gem install highline -v 2.1.0')
6868
when /osx/
6969
# System ruby for osx is 2.3. winrm-fs and its dependencies require > 2.3.
70-
on(bolt, 'gem install winrm-fs -v 1.3.3 --no-document')
7170
on(bolt, 'gem install nori -v 2.6.0 --no-document')
71+
on(bolt, 'gem install winrm-fs -v 1.3.3 --no-document')
7272
on(bolt, 'gem install CFPropertyList -v 3.0.6 --no-document')
7373
# System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
7474
on(bolt, 'gem install puppet-strings -v 2.9.0 --no-document')

0 commit comments

Comments
 (0)