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'