Skip to content

Commit

Permalink
Merge pull request #2717 from sparklemotion/flavorjones-lock-psych-to…
Browse files Browse the repository at this point in the history
…-fix-build_v1.13.x

dep(dev): pin psych to v4 until v5 builds in CI (backport)
  • Loading branch information
flavorjones committed Dec 6, 2022
2 parents a16b4bf + 2efa87b commit 3b9c736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nokogiri.gemspec
Expand Up @@ -325,6 +325,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("hoe-markdown", "~> 1.4")
spec.add_development_dependency("minitest", "~> 5.15")
spec.add_development_dependency("minitest-reporters", "~> 1.4")
spec.add_development_dependency("psych", "~> 4.0") # psych 5 isn't building in places yet https://github.com/ruby/setup-ruby/issues/409
spec.add_development_dependency("rake", "~> 13.0")
spec.add_development_dependency("rake-compiler", "= 1.1.7")
spec.add_development_dependency("rake-compiler-dock", "= 1.2.2")
Expand Down
2 changes: 1 addition & 1 deletion test/xml/sax/test_parser.rb
Expand Up @@ -402,7 +402,7 @@ def call_parse_io_with_encoding(encoding)
end

it :test_large_cdata_is_handled do
skip("see #2132 and https://gitlab.gnome.org/GNOME/libxml2/-/issues/200") if Nokogiri.uses_libxml?("<=2.9.10")
skip("see #2132 and https://gitlab.gnome.org/GNOME/libxml2/-/issues/200") if Nokogiri::VersionInfo.instance.libxml2_using_system?

template = <<~EOF
<?xml version="1.0" encoding="UTF-8"?>
Expand Down

0 comments on commit 3b9c736

Please sign in to comment.