update sorbet

This commit is contained in:
Dylan Knutson
2025-07-10 17:21:18 +00:00
parent e5c37e4c9d
commit 542e38b35a
3 changed files with 19 additions and 16 deletions

View File

@@ -181,7 +181,9 @@ gem "pundit", "~> 2.4"
# Monitoring
gem "prometheus_exporter", "~> 2.2"
gem "sorbet-static-and-runtime"
SORBET_VERSION = "0.5.12221"
gem "sorbet", SORBET_VERSION, group: :development
gem "sorbet-runtime", SORBET_VERSION
gem "tapioca", "0.16.6", require: false, group: %i[development test]
gem "rspec-sorbet", group: [:test]
gem "sorbet-struct-comparable"