Skip to content

Commit 94b8b5f

Browse files
authored
chore: Remove --path vendor/bundle option (#187)
it works without `path` option
1 parent 1d9e350 commit 94b8b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def generate_rails_rdoc
7373
gemfile.gsub!(/"sdoc".*$/, %("sdoc", github: "toshimaru/sdoc", branch: "#{MY_SDOC_BRANCH}"))
7474
File.write('Gemfile', gemfile)
7575

76-
sh 'bundle install --path vendor/bundle && bundle update sdoc'
76+
sh 'bundle install && bundle update sdoc'
7777
rm_rf 'doc'
7878
sh 'bundle exec rake rdoc'
7979
end

0 commit comments

Comments
 (0)