Skip to content

Commit

Permalink
Use newer YAML.safe_load interface
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Aug 1, 2024
1 parent 3fddad5 commit 59db531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def push_all
def release_info
@release_info ||= YAML.safe_load(
Net::HTTP.get(URI.parse(releases_url)),
[Date]
permitted_classes: [Date]
)
end

Expand Down

0 comments on commit 59db531

Please sign in to comment.