Skip to content

Commit

Permalink
Just to be safe...
Browse files Browse the repository at this point in the history
  • Loading branch information
danott committed Jan 13, 2024
1 parent fb4577a commit 70bf3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def initialize(path)
end

def data
YAML.load(File.read(path), permitted_classes: [Date])
YAML.safe_load(File.read(path), permitted_classes: [Date])
end

def name
Expand Down

0 comments on commit 70bf3f9

Please sign in to comment.