Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Coremunity
-
Platform Core KANBAN
-
Needs Assessment
-
Bug Fix
-
Removes unnecessary workaround when cleaning file paths as ruby 1.9 is no longer supported.
-
Needs Assessment
Description
Ruby 1.9 Pathname#cleanpath did not work correctly on windows. https://bugs.ruby-lang.org/issues/9618 This was fixed in ruby 2.0. Puppet 6.x requires ruby 2.3 or greater, so we should remove our workaround.