From b1ac7672f374d1210e707280afdfa812934b0c08 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 5 Nov 2023 16:52:40 +0900 Subject: [PATCH] Use railsdoc main branch --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index c0e3fc4ff7..6cea33fa55 100644 --- a/Rakefile +++ b/Rakefile @@ -64,7 +64,7 @@ def generate_rails_rdoc # Replace sdoc gem with my forked one gemfile = File.read('Gemfile') - gemfile.gsub!(/"sdoc".*$/, '"sdoc", github: "toshimaru/sdoc", branch: "railsdoc"') + gemfile.gsub!(/"sdoc".*$/, '"sdoc", github: "toshimaru/sdoc", branch: "main"') File.write('Gemfile', gemfile) sh 'bundle install && bundle update sdoc'