From 87e852ced3310991b8f81c6a05775b49cc61b4e1 Mon Sep 17 00:00:00 2001 From: Herwin Weststrate Date: Wed, 4 Sep 2024 17:52:28 +0200 Subject: [PATCH] Add libxml-ruby as a development dependency This is required to run the unit tests on the libxml parser. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index c936752..e882397 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ gemspec group :development do gem "bundler" + gem "libxml-ruby", platforms: [:ruby, :jruby] gem "rake" gem "test-unit" end