Skip to content

Commit

Permalink
chore: update sorbet version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobobq committed Jan 7, 2025
1 parent ebf79f6 commit 0144b64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "rspec"
gem "rspec-json_expectations"
gem "rspec-sorbet", "~> 1.9.2"
gem "sorbet-coerce", "~> 0.7"
gem "sorbet-static-and-runtime", "0.5.11670"
gem "sorbet-static-and-runtime", "0.5.11725"
gem "tapioca", "~> 0.15.1", require: false
gem "syntax_tree", "~> 6.2", require: false

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,18 @@ GEM
safe_type (1.1.1)
securerandom (0.3.2)
shellany (0.0.1)
sorbet (0.5.11670)
sorbet-static (= 0.5.11670)
sorbet (0.5.11725)
sorbet-static (= 0.5.11725)
sorbet-coerce (0.7.0)
polyfill (~> 1.8)
safe_type (~> 1.1, >= 1.1.1)
sorbet-runtime (>= 0.4.4704)
sorbet-runtime (0.5.11670)
sorbet-static (0.5.11670-universal-darwin)
sorbet-static (0.5.11670-x86_64-linux)
sorbet-static-and-runtime (0.5.11670)
sorbet (= 0.5.11670)
sorbet-runtime (= 0.5.11670)
sorbet-runtime (0.5.11725)
sorbet-static (0.5.11725-universal-darwin)
sorbet-static (0.5.11725-x86_64-linux)
sorbet-static-and-runtime (0.5.11725)
sorbet (= 0.5.11725)
sorbet-runtime (= 0.5.11725)
spoom (1.4.2)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand Down Expand Up @@ -135,7 +135,7 @@ DEPENDENCIES
rspec-json_expectations
rspec-sorbet (~> 1.9.2)
sorbet-coerce (~> 0.7)
sorbet-static-and-runtime (= 0.5.11670)
sorbet-static-and-runtime (= 0.5.11725)
syntax_tree (~> 6.2)
tapioca (~> 0.15.1)

Expand Down

0 comments on commit 0144b64

Please sign in to comment.