Skip to content

Commit

Permalink
Use railsdoc main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Nov 5, 2023
1 parent fe176f9 commit b1ac767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b1ac767

Please sign in to comment.