Skip to content

Commit

Permalink
Merge pull request #512 from jmarrec/patch-1
Browse files Browse the repository at this point in the history
Add missing require 'stringio'
  • Loading branch information
bastelfreak authored May 22, 2024
2 parents 4aed27d + 1cf6b7b commit 54f4807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/json-schema/validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require 'date'
require 'thread'
require 'timeout'
require 'stringio'
require 'yaml'

require 'json-schema/schema/reader'
Expand Down

0 comments on commit 54f4807

Please sign in to comment.