Skip to content

Commit f281d64

Browse files
committed
ci: temporarilly pin the rbs version for JRuby
1 parent e238ba5 commit f281d64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ gemspec
88
group :development do
99
gem "rake"
1010
gem "rdoc"
11+
gem 'rbs', '4.1.0.pre.2' if RUBY_ENGINE == 'jruby' # FIXME: https://github.com/ruby/rdoc/issues/1746
1112
end
1213

1314
group :benchmark do

0 commit comments

Comments
 (0)