summaryrefslogtreecommitdiff
path: root/ext/psych
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-01-06 15:36:30 +0900
committergit <svn-admin@ruby-lang.org>2023-01-06 06:37:01 +0000
commitdcf63b58cfb3eb73565e0990925ca4a025bb2b15 (patch)
treee4529f9cee8b7c722b60bc5344d51b0aca08dae4 /ext/psych
parentf877805a0c9dcb90635f4b3d100a4367bf346c4a (diff)
downloadruby-dcf63b58cfb3eb73565e0990925ca4a025bb2b15.tar.gz
[ruby/psych] Strip trailing spaces [ci skip]
https://github.com/ruby/psych/commit/e07b16ad8b
Diffstat (limited to 'ext/psych')
-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 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