File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ gem 'rake'
5
5
group :documentation do
6
6
gem 'rdiscount'
7
7
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
10
10
# Fix PR: https://github.com/lsegal/yard-js/pull/4
11
11
gem 'yard-js' , path : './doc-src/yard-js'
12
-
12
+
13
13
# When updating yard, override app.js from upstream to doc-src/templates/default/fulldoc/js/app.js
14
14
# 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 '
16
16
17
17
gem 'parsejs' , path : './doc-src/parsejs'
18
18
end
Original file line number Diff line number Diff line change 18
18
rdiscount (2.2.0.2 )
19
19
redcarpet (3.5.1 )
20
20
samus (3.0.9 )
21
- yard (0.9.26 )
21
+ yard (0.9.35 )
22
22
yard-sitemap (1.0.1 )
23
23
24
24
PLATFORMS
@@ -30,7 +30,7 @@ DEPENDENCIES
30
30
rdiscount
31
31
redcarpet (~> 3.0 )
32
32
samus
33
- yard (~> 0.9.26 )
33
+ yard (~> 0.9.35 )
34
34
yard-js !
35
35
yard-sitemap (~> 1.0 )
36
36
You can’t perform that action at this time.
0 commit comments