Skip to content

Commit

Permalink
Add missing require 'stringio'
Browse files Browse the repository at this point in the history
In some cases, such a statically built ruby 3.x, I definitely get `NameError: uninitialized constant IO::StringIO`
  • Loading branch information
jmarrec authored May 22, 2024
1 parent 4aed27d commit 1cf6b7b
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 1cf6b7b

Please sign in to comment.