From 34e86892f40645ecd27445fded795e26b7ed839b Mon Sep 17 00:00:00 2001 From: st0012 Date: Sat, 24 Jan 2026 15:16:38 +0000 Subject: [PATCH] Stop pointing rbs to git source rdoc (a rbs dependency) has added tsort as a dependency. So this is not needed anymore. --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 20be5b5e0..8a970b48a 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,5 @@ else end if RUBY_VERSION >= "3.0.0" && !is_truffleruby - # TODO: Remove this after rbs is released with tsort in its dependencies - gem "rbs", github: "ruby/rbs" if RUBY_VERSION >= "3.2" gem "repl_type_completor" end