diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee02f37b99..6303fdb0ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: CI -on: [push, pull_request] +on: [pull_request] jobs: jekyll-build: runs-on: ubuntu-latest diff --git a/_config.yml b/_config.yml index 6265530d00..c4c3d3655a 100644 --- a/_config.yml +++ b/_config.yml @@ -2,12 +2,12 @@ title: RailsDoc(β) description: Ruby on Rails API Documentation. url: https://railsdoc.github.io source: src -default_rails_version: 6.0.3.6 +default_rails_version: 6.0.3.7 rails_versions: # "6.0": # specific_version: "6.0.3" "5.2": - specific_version: "5.2.5" + specific_version: "5.2.6" plugins: - jekyll-include-cache - jekyll-redirect-from diff --git a/rails b/rails index 0073c7b293..c04aff675d 160000 --- a/rails +++ b/rails @@ -1 +1 @@ -Subproject commit 0073c7b29339b2ee1e11aa5c9622ea452d0633fc +Subproject commit c04aff675d4cd3e8a54e0008dbfca10a8832a414 diff --git a/src/5.2/classes/AbstractController.html b/src/5.2/classes/AbstractController.html index 7f6036bf87..157a262977 100644 --- a/src/5.2/classes/AbstractController.html +++ b/src/5.2/classes/AbstractController.html @@ -5,7 +5,7 @@