Skip to content
Open
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.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PATH
rbi (>= 0.3.7)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 I wonder if this needs to be bumped too: https://github.com/Shopify/rbi/releases/tag/v0.3.8

require-hooks (>= 0.2.2)
rubydex (>= 0.1.0.beta10)
sorbet-static-and-runtime (>= 0.5.11087)
sorbet-static-and-runtime (>= 0.6.12698)
spoom (>= 1.7.9)
thor (>= 1.2.0)
tsort
Expand Down
2 changes: 1 addition & 1 deletion tapioca.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("parallel", ">= 1.21.0")
spec.add_dependency("require-hooks", ">= 0.2.2")
spec.add_dependency("rubydex", ">= 0.1.0.beta10")
spec.add_dependency("sorbet-static-and-runtime", ">= 0.5.11087")
spec.add_dependency("sorbet-static-and-runtime", ">= 0.6.12698")
spec.add_dependency("thor", ">= 1.2.0")

# Tapioca requires a specific minimum versions of RBI and Spoom
Expand Down
Loading