Skip to content

Commit 3706519

Browse files
committed
configuration for Rails v6.1
1 parent 8939ed0 commit 3706519

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ title: RailsDoc(β)
22
description: Ruby on Rails API Documentation.
33
url: https://railsdoc.github.io
44
source: src
5-
default_rails_version: 6.0.3.7
5+
default_rails_version: 6.1.3.2
66
rails_versions:
7-
# "6.0":
8-
# specific_version: "6.0.3"
7+
"6.0":
8+
specific_version: "6.0.3.7"
99
"5.2":
1010
specific_version: "5.2.6"
1111
plugins:
@@ -22,9 +22,13 @@ defaults:
2222
- scope:
2323
path: ""
2424
values:
25-
version: 6.0
25+
version: 6.1
2626
image: https://avatars.githubusercontent.com/u/4223
2727
toc: true
28+
- scope:
29+
path: "6.0"
30+
values:
31+
version: 6.0
2832
- scope:
2933
path: "5.2"
3034
values:

0 commit comments

Comments
 (0)