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.
1 parent 4fbab01 commit 38f3e8bCopy full SHA for 38f3e8b
configs/projects/bolt-runtime.rb
@@ -118,12 +118,8 @@
118
proj.component "puppet-ca-bundle"
119
proj.component "ruby-#{proj.ruby_version}"
120
121
- # Building native gems on Windows has some issues right now.
122
- # Include for non-Windows platforms only.
123
- unless platform.is_windows?
124
- proj.component 'rubygem-bcrypt_pbkdf'
125
- proj.component 'rubygem-ed25519'
126
- end
+ proj.component 'rubygem-bcrypt_pbkdf'
+ proj.component 'rubygem-ed25519'
127
128
# Puppet dependencies
129
proj.component 'rubygem-hocon'
0 commit comments