Skip to content

Commit ff663f3

Browse files
committed
updating ebook script
1 parent 513c969 commit ff663f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/ebook/build-pdf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def build_chapter chapter_data
8484

8585
# Update for Ruby 3.2
8686
# 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])
87+
chapter_front_matter = YAML.unsafe_load_file("../../_chapters/#{chapter_name}.md")
8888

8989
#################
9090
# Validations

0 commit comments

Comments
 (0)