A gemified version of Syck from Ruby's stdlib, bridging the gap for users who haven't updated their YAML yet.
gem install syckNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse YAML using Syck
Migrate to Psych (Ruby's default YAML parser) by removing the syck gem and using require 'yaml'.
No dependency data recorded yet.