From 11c4ab935658fe66caa7fe368e4fd40d12145178 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Thu, 9 Apr 2026 10:09:47 -0400 Subject: [PATCH] Temporarily constraint Sorbet version There seems to be a bug in the printing order of todo constants, which is causing our CI on main to fail and may result in incorrect RBI generation --- Gemfile.lock | 2 +- tapioca.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 915fbdf67..595aa9559 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ PATH rbi (>= 0.3.7) require-hooks (>= 0.2.2) rubydex (>= 0.1.0.beta10) - sorbet-static-and-runtime (>= 0.6.12698) + sorbet-static-and-runtime (>= 0.6.12698, <= 0.6.13096) spoom (>= 1.7.9) thor (>= 1.2.0) tsort diff --git a/tapioca.gemspec b/tapioca.gemspec index ddeaa71ab..0f827e1a2 100644 --- a/tapioca.gemspec +++ b/tapioca.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| spec.add_dependency("parallel", ">= 1.21.0") spec.add_dependency("require-hooks", ">= 0.2.2") spec.add_dependency("rubydex", ">= 0.1.0.beta10") - spec.add_dependency("sorbet-static-and-runtime", ">= 0.6.12698") + spec.add_dependency("sorbet-static-and-runtime", ">= 0.6.12698", "<= 0.6.13096") spec.add_dependency("thor", ">= 1.2.0") # Tapioca requires a specific minimum versions of RBI and Spoom