Skip to content

Commit ae0a68d

Browse files
authored
Bump yard to version used on rubydoc.info
1 parent 1f04334 commit ae0a68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :development do
2323
gem 'redcarpet', '~> 3.5' # To render GitHub flavored Markdown files with yard.
2424
gem 'solargraph', require: false
2525
gem 'webrick', '~> 1.7'
26-
gem 'yard', '0.9.26' # Use same as on https://www.rubydoc.info/ (see footer)
26+
gem 'yard', '0.9.37' # Use same as on https://www.rubydoc.info/ (see footer)
2727
end
2828

2929
group :test do

0 commit comments

Comments
 (0)