1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/psych] psych depends stringio only CRuby

https://github.com/ruby/psych/commit/e7bbf26cb2
This commit is contained in:
Hiroshi SHIBATA 2021-12-16 14:29:10 +09:00
parent 4db88173d8
commit 87b968c903
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -63,7 +63,7 @@ DESCRIPTION
s.add_dependency 'jar-dependencies', '>= 0.1.7'
else
s.extensions = ["ext/psych/extconf.rb"]
end
s.add_dependency 'stringio'
end
end