M gnu/local.mk => gnu/local.mk +0 -1
@@ 2257,7 2257,6 @@ dist_patch_DATA = \
%D%/packages/patches/ruby-flores-fix-deprecations.patch \
%D%/packages/patches/ruby-latex-decode-fix-test.patch \
%D%/packages/patches/ruby-mustache-1.1.1-fix-race-condition-tests.patch \
- %D%/packages/patches/ruby-nokogiri.patch \
%D%/packages/patches/ruby-pg-fix-connect-timeout.patch \
%D%/packages/patches/ruby-x25519-automatic-fallback-non-x86_64.patch \
%D%/packages/patches/rust-1.64-fix-riscv64-bootstrap.patch \
D gnu/packages/patches/ruby-nokogiri.patch => gnu/packages/patches/ruby-nokogiri.patch +0 -20
@@ 1,20 0,0 @@
-Description: Removed some unnecessary test setup such as SimpleCov.
-diff --git a/test/helper.rb b/test/helper.rb
-index c84c6f06..9f8022c0 100644
---- a/test/helper.rb
-+++ b/test/helper.rb
-@@ -12,14 +12,6 @@
- # - NOKOGIRI_MEMORY_SUITE: read more in test/test_memory_usage.rb
- #
-
--unless ENV["RUBY_MEMCHECK_RUNNING"]
-- require "simplecov"
-- SimpleCov.start do
-- add_filter "/test/"
-- enable_coverage :branch
-- end
--end
--
- $VERBOSE = true
-
- require "fileutils"
M gnu/packages/ruby-xyz.scm => gnu/packages/ruby-xyz.scm +2 -3
@@ 6184,7 6184,7 @@ that provides the ability to deal with POSIX tar archive files.")
(define-public ruby-nokogiri
(package
(name "ruby-nokogiri")
- (version "1.16.8")
+ (version "1.18.10")
(source (origin
(method git-fetch)
(uri (git-reference
@@ 6193,8 6193,7 @@ that provides the ability to deal with POSIX tar archive files.")
(file-name (git-file-name name version))
(sha256
(base32
- "09fkjvs4n9n0k0b2qyiq5pxrzidb5a7xaklpckslbcm9fb2gvsq9"))
- (patches (search-patches "ruby-nokogiri.patch"))))
+ "1lrng9xbhyw4mkm50wyzab7dyxdwav4q4zyzx9bgilcnaqwc6rbq"))))
(build-system ruby-build-system)
(arguments
(list #:gem-flags #~(list "--" "--use-system-libraries"