Skip to content

Commit

Permalink
Merge pull request #5213 from NREL/json-schema-missing-require-stringio
Browse files Browse the repository at this point in the history
Addresses #5208, OS 3.8 broke json-schema validation
  • Loading branch information
jmarrec authored May 31, 2024
2 parents cdee54c + 6809580 commit ba1b94b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby/bindings/InitRubyBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ def safe_puts(message=nil, opts=nil)
end
end
require 'stringio' # TODO: remove this once json-schema version is > 3.4.0, (cf https://github.com/voxpupuli/json-schema/pull/512)
require 'rbconfig'
# require 'logger'
Expand Down

0 comments on commit ba1b94b

Please sign in to comment.