From 191ff55d01a7814ba459464efa0cc599297535d1 Mon Sep 17 00:00:00 2001 From: Juli Tera Date: Wed, 1 Jul 2026 08:44:56 -0700 Subject: [PATCH] Temp-pin RDOC for JRUBY CI to pass --- Gemfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5fb10a75375..3ab3989cf9a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,17 +9,19 @@ gem 'base64' gem 'bigdecimal' gem 'csv' gem 'http-2' +gem 'jmespath' if defined?(JRUBY_VERSION) gem 'irb', '< 1.17.0' + # rdoc >= 8.0.0 depends on rbs, which fails to build its native ext on JRuby + # https://github.com/ruby/rbs/issues/3018 + gem 'rdoc', '< 8.0.0' + gem 'jruby-openssl' else gem 'irb' + gem 'rdoc' end -gem 'jmespath' -gem 'jruby-openssl' if defined?(JRUBY_VERSION) -gem 'rdoc' # protocol parsers - gem 'json' gem 'nokogiri' gem 'oga'