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