Skip to content

Commit 4052217

Browse files
committed
(maint) Install nori before winrm
The winrm gem carries a dep on nori. We must install nori to the pin to avoid ruby incompatability when resolving winrm deps. !no-release-note
1 parent fbf30d4 commit 4052217

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)