Skip to content

Commit

Permalink
Fix erroring sorbet types in gemspec_dependency_name_finder.rb (depen…
Browse files Browse the repository at this point in the history
  • Loading branch information
amazimbe authored Jan 30, 2025
1 parent dc4e895 commit 58b97b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class FileUpdater
class GemspecDependencyNameFinder
extend T::Sig

ChildNode = T.type_alias { T.nilable(T.any(Parser::AST::Node, Symbol, String)) }
ChildNode = T.type_alias { T.nilable(T.any(Parser::AST::Node, Symbol, String, Integer, Float)) }

sig { returns(String) }
attr_reader :gemspec_content
Expand Down

0 comments on commit 58b97b8

Please sign in to comment.