Skip to content

Commit 34cc145

Browse files
olleolleollest0012
andauthored
Gemfile: add github dependency on rbs (#1117)
* Gemfile: add github dependency on rbs ...until ruby/rbs@14fd824 is in a release. "Add explicit dependency on the tsort gem" * Update Gemfile --------- Co-authored-by: Stan Lo <[email protected]>
1 parent f60dfa8 commit 34cc145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ 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+
# TODO: Remove this after rbs is released with tsort in its dependencies
29+
gem "rbs", github: "ruby/rbs" if RUBY_VERSION >= "3.2"
2830
gem "repl_type_completor"
2931
end

0 commit comments

Comments
 (0)