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 513c969 commit ff663f3Copy full SHA for ff663f3
etc/ebook/build-pdf.rb
@@ -84,7 +84,7 @@ def build_chapter chapter_data
84
85
# Update for Ruby 3.2
86
# chapter_front_matter = YAML.load_file("../../_chapters/#{chapter_name}.md")
87
- chapter_front_matter = YAML.safe_load_file("../../_chapters/#{chapter_name}.md", permitted_classes: [Time])
+ chapter_front_matter = YAML.unsafe_load_file("../../_chapters/#{chapter_name}.md")
88
89
#################
90
# Validations
0 commit comments