From f281d64137add4cb86347240aa441c085efa8779 Mon Sep 17 00:00:00 2001 From: NAITOH Jun Date: Sun, 5 Jul 2026 18:58:15 +0900 Subject: [PATCH] ci: temporarilly pin the rbs version for JRuby --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 22520c65..5555593d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,7 @@ gemspec group :development do gem "rake" gem "rdoc" + gem 'rbs', '4.1.0.pre.2' if RUBY_ENGINE == 'jruby' # FIXME: https://github.com/ruby/rdoc/issues/1746 end group :benchmark do