We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aeefd0 commit 41ba1f6Copy full SHA for 41ba1f6
Gemfile
@@ -12,7 +12,7 @@ group :documentation do
12
13
# When updating yard, override app.js from upstream to doc-src/templates/default/fulldoc/js/app.js
14
# and add patch from PR https://github.com/lsegal/yard/pull/1399 to support jQuery 3.6.0+
15
- gem 'yard', '~> 0.9.35'
+ gem 'yard', '~> 0.9.36'
16
17
gem 'parsejs', path: './doc-src/parsejs'
18
end
Gemfile.lock
@@ -18,7 +18,7 @@ GEM
rdiscount (2.2.0.2)
19
redcarpet (3.5.1)
20
samus (3.0.9)
21
- yard (0.9.35)
+ yard (0.9.36)
22
yard-sitemap (1.0.1)
23
24
PLATFORMS
@@ -30,7 +30,7 @@ DEPENDENCIES
30
rdiscount
31
redcarpet (~> 3.0)
32
samus
33
- yard (~> 0.9.35)
+ yard (~> 0.9.36)
34
yard-js!
35
yard-sitemap (~> 1.0)
36
0 commit comments