From dcf63b58cfb3eb73565e0990925ca4a025bb2b15 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 6 Jan 2023 15:36:30 +0900 Subject: [PATCH] [ruby/psych] Strip trailing spaces [ci skip] https://github.com/ruby/psych/commit/e07b16ad8b --- ext/psych/psych.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec index f9fa611cbf..b68a4ad899 100644 --- a/ext/psych/psych.gemspec +++ b/ext/psych/psych.gemspec @@ -62,7 +62,7 @@ DESCRIPTION s.extensions = ["ext/psych/extconf.rb"] s.add_dependency 'stringio' end - + s.metadata['msys2_mingw_dependencies'] = 'libyaml libyaml-devel' end