ruby-changes:61909
From: Hiroshi <ko1@a...>
Date: Tue, 23 Jun 2020 15:26:52 +0900 (JST)
Subject: [ruby-changes:61909] 078e94106d (master): [ruby/psych] Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141c
https://git.ruby-lang.org/ruby.git/commit/?id=078e94106d From 078e94106d7ffb171fcc8067679268b62369e506 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 23 Jun 2020 13:55:17 +0900 Subject: [ruby/psych] Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141c https://github.com/ruby/psych/commit/4e7794fc2c diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec index 8c81e56..5f4bb43 100644 --- a/ext/psych/psych.gemspec +++ b/ext/psych/psych.gemspec @@ -60,7 +60,7 @@ DESCRIPTION https://github.com/ruby/ruby/blob/trunk/ext/psych/psych.gemspec#L60 "lib/psych_jars.rb", "lib/psych.jar" ] - s.requirements = "jar org.yaml:snakeyaml, #{Psych::DEFAULT_SNAKEYAML_VERSION}" + s.requirements = "jar org.yaml:snakeyaml, #{version_module::Psych::DEFAULT_SNAKEYAML_VERSION}" s.add_dependency 'jar-dependencies', '>= 0.1.7' else s.extensions = ["ext/psych/extconf.rb"] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/