Skip to content

doc: Update Rails Versions (v7.0.3, v6.1.6, v6.0.5, v5.2.8) #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump rails versions in config.yml
  • Loading branch information
toshimaru committed Aug 1, 2022
commit 09a74ce0473f3b6791d1c2feab3bd2b35d50b21e
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ title: RailsDoc(β)
description: Ruby on Rails API Documentation.
url: https://railsdoc.github.io
source: src
default_rails_version: 7.0.2
default_rails_version: 7.0.3
rails_versions:
"6.1":
specific_version: "6.1.4"
specific_version: "6.1.6"
"6.0":
specific_version: "6.0.4"
specific_version: "6.0.5"
"5.2":
specific_version: "5.2.6"
specific_version: "5.2.8"
plugins:
- jekyll-include-cache
- jekyll-redirect-from
Expand Down