Skip to content

Commit 140ac98

Browse files
committed
Use Rails 7.1.5 for Rails v7.1
- format yaml
1 parent 6734310 commit 140ac98

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rails_versions:
88
specific_version: "7.2.2"
99
latest: true
1010
"7.1":
11-
specific_version: "7.1.3"
11+
specific_version: "7.1.5"
1212
"7.0":
1313
specific_version: "7.0.8"
1414
"6.1":
@@ -34,29 +34,29 @@ defaults:
3434
version: 7.2
3535
image: https://avatars.githubusercontent.com/u/4223
3636
toc: true
37-
root_path: '/'
37+
root_path: "/"
3838
- scope:
3939
path: "7.1"
4040
values:
4141
version: 7.1
42-
root_path: '/7.1/'
42+
root_path: "/7.1/"
4343
- scope:
4444
path: "7.0"
4545
values:
4646
version: 7.0
47-
root_path: '/7.0/'
47+
root_path: "/7.0/"
4848
- scope:
4949
path: "6.1"
5050
values:
5151
version: 6.1
52-
root_path: '/6.1/'
52+
root_path: "/6.1/"
5353
- scope:
5454
path: "6.0"
5555
values:
5656
version: 6.0
57-
root_path: '/6.0/'
57+
root_path: "/6.0/"
5858
- scope:
5959
path: "5.2"
6060
values:
6161
version: 5.2
62-
root_path: '/5.2/'
62+
root_path: "/5.2/"

0 commit comments

Comments
 (0)