We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9e350 commit 94b8b5fCopy full SHA for 94b8b5f
Rakefile
@@ -73,7 +73,7 @@ def generate_rails_rdoc
73
gemfile.gsub!(/"sdoc".*$/, %("sdoc", github: "toshimaru/sdoc", branch: "#{MY_SDOC_BRANCH}"))
74
File.write('Gemfile', gemfile)
75
76
- sh 'bundle install --path vendor/bundle && bundle update sdoc'
+ sh 'bundle install && bundle update sdoc'
77
rm_rf 'doc'
78
sh 'bundle exec rake rdoc'
79
end
0 commit comments