aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-16 14:29:10 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-20 18:26:58 +0900
commit87b968c9037be507267dbd2e94a74c3074bca826 (patch)
tree1ffd3abb11295dfed5a9fd2e7e9a343596c5c7be
parent4db88173d88225b26fdb793be4acae9d2d7e1a24 (diff)
downloadruby-87b968c9037be507267dbd2e94a74c3074bca826.tar.gz
[ruby/psych] psych depends stringio only CRuby
https://github.com/ruby/psych/commit/e7bbf26cb2
-rw-r--r--ext/psych/psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec
index 291d8345b4..65dd7156cb 100644
--- a/ext/psych/psych.gemspec
+++ b/ext/psych/psych.gemspec
@@ -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