diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6303fdb0ad..f7f660a36d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,7 @@ name: CI + on: [pull_request] + jobs: jekyll-build: runs-on: ubuntu-latest @@ -8,10 +10,11 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0 + ruby-version: 3.1 bundler-cache: true - name: Jekyll Build run: bundle exec jekyll build + doc-build: runs-on: ubuntu-latest name: Rails Doc Build diff --git a/_config.yml b/_config.yml index df2e2ab2ae..2e7ea8b377 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/rails b/rails index 76489d81ba..3872bc0e54 160000 --- a/rails +++ b/rails @@ -1 +1 @@ -Subproject commit 76489d81ba77216271870e11fba6889088016fa5 +Subproject commit 3872bc0e54d32e8bf3a6299b0bfe173d94b072fc diff --git a/src/5.2/classes/AbstractController.html b/src/5.2/classes/AbstractController.html index 157a262977..afa4f01696 100644 --- a/src/5.2/classes/AbstractController.html +++ b/src/5.2/classes/AbstractController.html @@ -5,7 +5,7 @@