mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 22:12:53 +00:00
Adds types
This commit is contained in:
46
Gemfile.lock
46
Gemfile.lock
@@ -83,6 +83,7 @@ GEM
|
||||
bcrypt_pbkdf (1.1.2)
|
||||
bcrypt_pbkdf (1.1.2-arm64-darwin)
|
||||
bcrypt_pbkdf (1.1.2-x86_64-darwin)
|
||||
benchmark (0.5.0)
|
||||
bigdecimal (4.1.0)
|
||||
bindex (0.8.1)
|
||||
bootsnap (1.23.0)
|
||||
@@ -209,6 +210,7 @@ GEM
|
||||
net-smtp (0.5.1)
|
||||
net-protocol
|
||||
net-ssh (7.3.2)
|
||||
netrc (0.11.0)
|
||||
nio4r (2.7.5)
|
||||
nokogiri (1.19.2-aarch64-linux-gnu)
|
||||
racc (~> 1.4)
|
||||
@@ -294,6 +296,13 @@ GEM
|
||||
zeitwerk (~> 2.6)
|
||||
rainbow (3.1.1)
|
||||
rake (13.3.1)
|
||||
rbi (0.3.9)
|
||||
prism (~> 1.0)
|
||||
rbs (>= 3.4.4)
|
||||
rbs (4.0.2)
|
||||
logger
|
||||
prism (>= 1.6.0)
|
||||
tsort
|
||||
rdoc (7.2.0)
|
||||
erb
|
||||
psych (>= 4.0.0)
|
||||
@@ -301,6 +310,7 @@ GEM
|
||||
regexp_parser (2.11.3)
|
||||
reline (0.6.3)
|
||||
io-console (~> 0.5)
|
||||
require-hooks (0.2.3)
|
||||
rexml (3.4.4)
|
||||
rubocop (1.86.0)
|
||||
json (~> 2.3)
|
||||
@@ -358,6 +368,23 @@ GEM
|
||||
fugit (~> 1.11)
|
||||
railties (>= 7.1)
|
||||
thor (>= 1.3.1)
|
||||
sorbet (0.6.13067)
|
||||
sorbet-static (= 0.6.13067)
|
||||
sorbet-runtime (0.6.13067)
|
||||
sorbet-static (0.6.13067-aarch64-linux)
|
||||
sorbet-static (0.6.13067-universal-darwin)
|
||||
sorbet-static (0.6.13067-x86_64-linux)
|
||||
sorbet-static-and-runtime (0.6.13067)
|
||||
sorbet (= 0.6.13067)
|
||||
sorbet-runtime (= 0.6.13067)
|
||||
spoom (1.7.11)
|
||||
erubi (>= 1.10.0)
|
||||
prism (>= 0.28.0)
|
||||
rbi (>= 0.3.3)
|
||||
rbs (>= 4.0.0.dev.4)
|
||||
rexml (>= 3.2.6)
|
||||
sorbet-static-and-runtime (>= 0.5.10187)
|
||||
thor (>= 0.19.2)
|
||||
sshkit (1.25.0)
|
||||
base64
|
||||
logger
|
||||
@@ -378,6 +405,18 @@ GEM
|
||||
tailwindcss-ruby (4.2.1-x86_64-darwin)
|
||||
tailwindcss-ruby (4.2.1-x86_64-linux-gnu)
|
||||
tailwindcss-ruby (4.2.1-x86_64-linux-musl)
|
||||
tapioca (0.18.0)
|
||||
benchmark
|
||||
bundler (>= 2.2.25)
|
||||
netrc (>= 0.11.0)
|
||||
parallel (>= 1.21.0)
|
||||
rbi (>= 0.3.7)
|
||||
require-hooks (>= 0.2.2)
|
||||
sorbet-static-and-runtime (>= 0.5.11087)
|
||||
spoom (>= 1.7.9)
|
||||
thor (>= 1.2.0)
|
||||
tsort
|
||||
yard-sorbet
|
||||
thor (1.5.0)
|
||||
thruster (0.1.20)
|
||||
thruster (0.1.20-aarch64-linux)
|
||||
@@ -407,6 +446,10 @@ GEM
|
||||
websocket-extensions (0.1.5)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
yard (0.9.38)
|
||||
yard-sorbet (0.9.0)
|
||||
sorbet-runtime
|
||||
yard
|
||||
zeitwerk (2.7.5)
|
||||
|
||||
PLATFORMS
|
||||
@@ -443,8 +486,11 @@ DEPENDENCIES
|
||||
solid_cable
|
||||
solid_cache
|
||||
solid_queue
|
||||
sorbet
|
||||
sorbet-runtime
|
||||
stimulus-rails
|
||||
tailwindcss-rails (~> 4.4)
|
||||
tapioca
|
||||
thruster
|
||||
turbo-rails
|
||||
tzinfo-data
|
||||
|
||||
Reference in New Issue
Block a user