init sorbet
This commit is contained in:
9
Gemfile
9
Gemfile
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user