Skip to content

Commit 28366e4

Browse files
authored
fix: update yard version (#4592)
1 parent 912db69 commit 28366e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ gem 'rake'
55
group :documentation do
66
gem 'rdiscount'
77
gem 'yard-sitemap', '~> 1.0'
8-
9-
# Switch to yard-js gem when fix is published
8+
9+
# Switch to yard-js gem when fix is published
1010
# Fix PR: https://github.com/lsegal/yard-js/pull/4
1111
gem 'yard-js', path: './doc-src/yard-js'
12-
12+
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.26'
15+
gem 'yard', '~> 0.9.35'
1616

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
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.26)
21+
yard (0.9.35)
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.26)
33+
yard (~> 0.9.35)
3434
yard-js!
3535
yard-sitemap (~> 1.0)
3636

0 commit comments

Comments
 (0)