Skip to content

Commit 95ac3c0

Browse files
committed
drop? add with option
1 parent a60d1c2 commit 95ac3c0

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
@@ -49,7 +49,7 @@ def generate_rails_rdoc
4949
File.write("Gemfile", gemfile)
5050

5151
sh 'bundle config set with doc'
52-
sh 'bundle install && bundle update sdoc'
52+
sh 'bundle install --with doc && bundle update sdoc'
5353
rm_rf 'doc'
5454
sh 'bundle exec rake rdoc'
5555
end

0 commit comments

Comments
 (0)