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

[ruby/psych] Add stringio as a dependency.

86e3049579
This commit is contained in:
Josef Šimánek 2021-10-24 01:24:55 +02:00 committed by git
parent bd65757f39
commit 48cd633094

View file

@ -64,4 +64,6 @@ DESCRIPTION
else
s.extensions = ["ext/psych/extconf.rb"]
end
s.add_dependency 'stringio'
end