diff --git a/configs/projects/bolt-runtime.rb b/configs/projects/bolt-runtime.rb index 3d517147c..8d4fd3fa2 100644 --- a/configs/projects/bolt-runtime.rb +++ b/configs/projects/bolt-runtime.rb @@ -118,12 +118,8 @@ proj.component "puppet-ca-bundle" proj.component "ruby-#{proj.ruby_version}" - # Building native gems on Windows has some issues right now. - # Include for non-Windows platforms only. - unless platform.is_windows? - proj.component 'rubygem-bcrypt_pbkdf' - proj.component 'rubygem-ed25519' - end + proj.component 'rubygem-bcrypt_pbkdf' + proj.component 'rubygem-ed25519' # Puppet dependencies proj.component 'rubygem-hocon'