Skip to content

Commit

Permalink
Merge pull request #1134 from dduugg/bump-yard-sorbet
Browse files Browse the repository at this point in the history
Bump yard-sorbet
  • Loading branch information
paracycle authored Aug 24, 2022
2 parents 82fa88f + c3908e7 commit 1751a56
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ GEM
nokogiri (~> 1.8)
yard (0.9.28)
webrick (~> 1.7.0)
yard-sorbet (0.6.1)
yard-sorbet (0.7.0)
sorbet-runtime (>= 0.5)
yard (>= 0.9)
zeitwerk (2.6.0)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/tapioca/gem/pipeline_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3987,7 +3987,7 @@ class BasicFoo < ::BasicObject
def foo; end
end
# @abstract It cannont be directly instantiated. Subclasses must implement the `abstract` methods below.
# @abstract It cannot be directly instantiated. Subclasses must implement the `abstract` methods below.
#
# source://the-dep//lib/foo.rb#11
class Baz
Expand Down

0 comments on commit 1751a56

Please sign in to comment.