Use sorbet gem instead, required for srb (#1348)

This commit is contained in:
helenye-stripe 2024-02-29 13:11:07 -08:00 committed by GitHub
parent 521ab2f97c
commit 00f2c02ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ group :development do
# don't install on truffleruby
gem "jaro_winkler", "1.5.4" unless RUBY_ENGINE == "truffleruby"
gem "sorbet-static"
gem "sorbet"
gem "tapioca"
platforms :mri do