Skip to content

Commit f171a39

Browse files
authored
ci: temporarilly pin the rbs version for JRuby (#345)
An error occurred while installing rbs (4.0.3), and Bundler cannot continue. ``` In Gemfile: rdoc was resolved to 8.0.0, which depends on rbs Error: The process '/home/runner/.rubies/jruby-10.1.0.0/bin/bundle' failed with exit code 5 ``` - ruby/rdoc#1746
1 parent e238ba5 commit f171a39

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)