Skip to content

Commit

Permalink
Merge pull request #1807 from kmuto/add-date-to-yamlloader
Browse files Browse the repository at this point in the history
Add `require 'date'` to yamlloader
  • Loading branch information
takahashim authored Mar 28, 2022
2 parents e90bd83 + 5811cb1 commit a6c9689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/review/yamlloader.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'yaml'
require 'date'

module ReVIEW
class YAMLLoader
Expand Down

0 comments on commit a6c9689

Please sign in to comment.