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:
parent
4db88173d8
commit
87b968c903
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ DESCRIPTION
|
|||
s.add_dependency 'jar-dependencies', '>= 0.1.7'
|
||||
else
|
||||
s.extensions = ["ext/psych/extconf.rb"]
|
||||
s.add_dependency 'stringio'
|
||||
end
|
||||
|
||||
s.add_dependency 'stringio'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue