From ae2654bbbb8936f9c29c276bec2c09c371d92928 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Wed, 2 Oct 2024 13:37:48 -0600 Subject: [PATCH] nokogiri _is_ required for running tests under JRuby 9.3 Signed-off-by: Cody Cutrer --- Gemfile | 2 +- Gemfile.ruby-2.6.lock | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 821c687a2e..35435d316a 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ lockfile active: RUBY_VERSION >= "2.7" do end lockfile "ruby-2.6", active: RUBY_VERSION < "2.7" do - # no additional gems + gem "nokogiri", "~> 1.13.0" end gem "coderay", "~> 1.1.3", require: false, platform: :mri diff --git a/Gemfile.ruby-2.6.lock b/Gemfile.ruby-2.6.lock index 464bcf3815..7178c21e3f 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -70,6 +70,14 @@ GEM mini_mime (1.1.5) multi_test (1.1.0) multi_xml (0.6.0) + nokogiri (1.13.10-arm64-darwin) + racc (~> 1.4) + nokogiri (1.13.10-java) + racc (~> 1.4) + nokogiri (1.13.10-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.13.10-x86_64-linux) + racc (~> 1.4) pastel (0.8.0) tty-color (~> 0.5) persistent_http (1.0.6) @@ -78,6 +86,8 @@ GEM httparty (~> 0.9) persistent_http (< 2) process_exists (0.2.0) + racc (1.7.3) + racc (1.7.3-java) rack (2.2.8) rake (13.1.0) rspec (3.12.0) @@ -120,6 +130,7 @@ DEPENDENCIES cuke_linter (~> 1.2) gem-release (~> 2.2) httparty (~> 0.20) + nokogiri (~> 1.13.0) openhab-scripting! persistent_httparty (~> 0.1) process_exists (~> 0.2)