Skip to content

Commit e24c5ba

Browse files
(maint) update nokogiri for ruby 3.2 support
The previous version of 1.13.10 only supported < 3.2.dev. The older 1.13.10 version also had a restriction of > 3.1, but the newer 1.14.2 supports ruby 2.7 through 3.2.
1 parent 184eeef commit e24c5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/components/rubygem-nokogiri.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component 'rubygem-nokogiri' do |pkg, _settings, _platform|
2-
pkg.version '1.13.10'
3-
pkg.sha256sum 'd3ee00f26c151763da1691c7fc6871ddd03e532f74f85101f5acedc2d099e958'
2+
pkg.version '1.14.2'
3+
pkg.sha256sum 'c765a74aac6cf430a710bb0b6038b8ee11f177393cd6ae8dadc7a44a6e2658b6'
44
instance_eval File.read('configs/components/_base-rubygem.rb')
55

66
pkg.build_requires 'rubygem-mini_portile2'

0 commit comments

Comments
 (0)