diff --git a/Gemfile b/Gemfile index b4e8955a3..3cd3256d4 100644 --- a/Gemfile +++ b/Gemfile @@ -25,5 +25,7 @@ gem "debug", github: "ruby/debug", platforms: [:mri, :mswin] gem "rdoc", ">= 6.11.0" 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