We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e238ba5 commit f281d64Copy full SHA for f281d64
1 file changed
Gemfile
@@ -8,6 +8,7 @@ gemspec
8
group :development do
9
gem "rake"
10
gem "rdoc"
11
+ gem 'rbs', '4.1.0.pre.2' if RUBY_ENGINE == 'jruby' # FIXME: https://github.com/ruby/rdoc/issues/1746
12
end
13
14
group :benchmark do
0 commit comments