We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbf30d4 + 4052217 commit 747f333Copy full SHA for 747f333
acceptance/setup/common/pre-suite/010_install_ruby.rb
@@ -67,8 +67,8 @@
67
on(bolt, 'gem install highline -v 2.1.0')
68
when /osx/
69
# 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')
71
on(bolt, 'gem install nori -v 2.6.0 --no-document')
+ on(bolt, 'gem install winrm-fs -v 1.3.3 --no-document')
72
on(bolt, 'gem install CFPropertyList -v 3.0.6 --no-document')
73
# System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
74
on(bolt, 'gem install puppet-strings -v 2.9.0 --no-document')
0 commit comments