Skip to content

Commit 41ba1f6

Browse files
Bump yard from 0.9.35 to 0.9.36 (#4594)
Bumps [yard](https://github.com/lsegal/yard) from 0.9.35 to 0.9.36. - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](lsegal/yard@v0.9.35...v0.9.36) --- updated-dependencies: - dependency-name: yard dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0aeefd0 commit 41ba1f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :documentation do
1212

1313
# When updating yard, override app.js from upstream to doc-src/templates/default/fulldoc/js/app.js
1414
# and add patch from PR https://github.com/lsegal/yard/pull/1399 to support jQuery 3.6.0+
15-
gem 'yard', '~> 0.9.35'
15+
gem 'yard', '~> 0.9.36'
1616

1717
gem 'parsejs', path: './doc-src/parsejs'
1818
end

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
rdiscount (2.2.0.2)
1919
redcarpet (3.5.1)
2020
samus (3.0.9)
21-
yard (0.9.35)
21+
yard (0.9.36)
2222
yard-sitemap (1.0.1)
2323

2424
PLATFORMS
@@ -30,7 +30,7 @@ DEPENDENCIES
3030
rdiscount
3131
redcarpet (~> 3.0)
3232
samus
33-
yard (~> 0.9.35)
33+
yard (~> 0.9.36)
3434
yard-js!
3535
yard-sitemap (~> 1.0)
3636

0 commit comments

Comments
 (0)