init sorbet

This commit is contained in:
Dylan Knutson
2025-01-01 01:14:26 +00:00
parent fcd9a7fbab
commit 20aa7871ea
207 changed files with 500609 additions and 219 deletions

View File

@@ -122,7 +122,8 @@ gem "ruby-vips"
gem "table_print"
gem "zstd-ruby"
gem "pghero", git: "https://github.com/dymk/pghero", ref: "e314f99"
# gem "pghero", git: "https://github.com/dymk/pghero", ref: "e314f99"
gem "pghero", "~> 3.6"
gem "pg_query", ">= 2"
gem "disco"
@@ -138,10 +139,11 @@ group :production do
gem "sd_notify"
end
gem "rack", "~> 2.2"
gem "rack-cors"
gem "react_on_rails"
gem "sanitize", "~> 6.1"
gem "shakapacker"
gem "shakapacker", "~> 6.6"
group :development do
gem "prettier_print"
@@ -156,3 +158,6 @@ gem "devise", "~> 4.9"
# Authorization
gem "pundit", "~> 2.4"
gem "sorbet-static-and-runtime"
gem "tapioca", require: false, group: %i[development test]