Merge pull request #237 from eclair4151/master

Fix safe yaml crash
This commit is contained in:
Sebastian Celis 2018-01-26 08:02:50 -06:00 committed by GitHub
commit 5cda6ace82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
require 'date'
require 'safe_yaml/load'
SafeYAML::OPTIONS[:suppress_warnings] = true