Skip to content

Commit

Permalink
dep(dev): pin psych to v4 until v5 builds in CI
Browse files Browse the repository at this point in the history
backport of 6a3254c
  • Loading branch information
flavorjones committed Dec 6, 2022
1 parent a16b4bf commit 3187d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nokogiri.gemspec
Original file line number Diff line number Diff line change
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

0 comments on commit 3187d67

Please sign in to comment.