Skip to content

Commit d1a7834

Browse files
committed
Gemfile: add github dependency on rbs
...until ruby/rbs@14fd824 is in a release. "Add explicit dependency on the tsort gem"
1 parent f60dfa8 commit d1a7834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ gem "debug", github: "ruby/debug", platforms: [:mri, :mswin]
2525
gem "rdoc", ">= 6.11.0"
2626

2727
if RUBY_VERSION >= "3.0.0" && !is_truffleruby
28+
gem "rbs", github: "ruby/rbs"
2829
gem "repl_type_completor"
2930
end

0 commit comments

Comments
 (0)