Skip to content

Commit

Permalink
Bump our Sorbet dependency to one that includes generic Class types
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Dec 20, 2023
1 parent ee027b6 commit 794ee7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
netrc (>= 0.11.0)
parallel (>= 1.21.0)
rbi (>= 0.1.4, < 0.2)
sorbet-static-and-runtime (>= 0.5.10187)
sorbet-static-and-runtime (>= 0.5.10820)
spoom (~> 1.2.0, >= 1.2.0)
thor (>= 1.2.0)
yard-sorbet
Expand Down
2 changes: 1 addition & 1 deletion tapioca.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("netrc", ">= 0.11.0")
spec.add_dependency("parallel", ">= 1.21.0")
spec.add_dependency("rbi", ">= 0.1.4", "< 0.2")
spec.add_dependency("sorbet-static-and-runtime", ">= 0.5.10187")
spec.add_dependency("sorbet-static-and-runtime", ">= 0.5.10820")
spec.add_dependency("spoom", "~> 1.2.0", ">= 1.2.0")
spec.add_dependency("thor", ">= 1.2.0")
spec.add_dependency("yard-sorbet")
Expand Down

0 comments on commit 794ee7d

Please sign in to comment.