Skip to content

Commit

Permalink
Merge pull request #629 from rzane/add-rbi-dep
Browse files Browse the repository at this point in the history
Spoom depends on RBI
  • Loading branch information
Morriar authored Jan 21, 2025
2 parents 14cf504 + db35b34 commit 8b8f31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PATH
spoom (1.5.1)
erubi (>= 1.10.0)
prism (>= 0.28.0)
rbi (>= 0.2.3)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)

Expand Down
1 change: 1 addition & 0 deletions spoom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Gem::Specification.new do |spec|

spec.add_dependency("erubi", ">= 1.10.0")
spec.add_dependency("prism", ">= 0.28.0")
spec.add_dependency("rbi", ">= 0.2.3")
spec.add_dependency("sorbet-static-and-runtime", ">= 0.5.10187")
spec.add_dependency("thor", ">= 0.19.2")

Expand Down

0 comments on commit 8b8f31e

Please sign in to comment.