Skip to content

Commit

Permalink
Use --no-rdoc when installing bundler [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Apr 1, 2019
1 parent e05ece4 commit 5fe6f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def install
ENV["BUNDLE_GEMFILE"] = gemfile

commands = [
"gem install bundler -v 1.16.4",
"gem install bundler -v 1.16.4 --no-rdoc",
# TODO: update these in 0.2.0 to use new Bundler options
"bundle _1.16.4_ install --path vendor/bundle --without=test development --binstubs",
"#{RAKE} ar:setup"
Expand Down

0 comments on commit 5fe6f78

Please sign in to comment.