Skip to content

Commit cfb129b

Browse files
committed
fix: Add Rails v7.2 setting
1 parent b9c0d47 commit cfb129b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,15 @@ defaults:
3131
- scope:
3232
path: ""
3333
values:
34-
version: 7.1
34+
version: 7.2
3535
image: https://avatars.githubusercontent.com/u/4223
3636
toc: true
3737
root_path: '/'
38+
- scope:
39+
path: "7.1"
40+
values:
41+
version: 7.1
42+
root_path: '/7.1/'
3843
- scope:
3944
path: "7.0"
4045
values:

0 commit comments

Comments
 (0)