Skip to content

Commit

Permalink
[ruby/psych] Fix wrong package name of MSYS2/MINGW dependency
Browse files Browse the repository at this point in the history
There is no package called "libyaml-devel". "libyaml" is enough.
  • Loading branch information
larskanis authored and matzbot committed Jan 9, 2023
1 parent 41a947e commit f6952a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/psych/psych.gemspec
Expand Up @@ -63,6 +63,6 @@ DESCRIPTION
s.add_dependency 'stringio'
end

s.metadata['msys2_mingw_dependencies'] = 'libyaml libyaml-devel'
s.metadata['msys2_mingw_dependencies'] = 'libyaml'

end

0 comments on commit f6952a9

Please sign in to comment.