Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ group :development, :test do
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false

gem "sorbet", "~> 0.5"
gem "sorbet", "~> 0.6"
gem "tapioca", "~> 0.17", require: false
end
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,15 @@ GEM
fugit (~> 1.11)
railties (>= 7.1)
thor (>= 1.3.1)
sorbet (0.6.12732)
sorbet-static (= 0.6.12732)
sorbet-runtime (0.6.12732)
sorbet-static (0.6.12732-aarch64-linux)
sorbet-static (0.6.12732-universal-darwin)
sorbet-static (0.6.12732-x86_64-linux)
sorbet-static-and-runtime (0.6.12732)
sorbet (= 0.6.12732)
sorbet-runtime (= 0.6.12732)
sorbet (0.6.12865)
sorbet-static (= 0.6.12865)
sorbet-runtime (0.6.12865)
sorbet-static (0.6.12865-aarch64-linux)
sorbet-static (0.6.12865-universal-darwin)
sorbet-static (0.6.12865-x86_64-linux)
sorbet-static-and-runtime (0.6.12865)
sorbet (= 0.6.12865)
sorbet-runtime (= 0.6.12865)
spoom (1.7.9)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand Down Expand Up @@ -418,7 +418,7 @@ DEPENDENCIES
solid_cable
solid_cache
solid_queue
sorbet (~> 0.5)
sorbet (~> 0.6)
sorbet-runtime (~> 0.5)
tapioca (~> 0.17)
thruster
Expand Down
Loading