Skip to content

Commit

Permalink
Added documentation to README for bundle_check_before_install flag
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwilken committed Jun 24, 2019
1 parent fa3bf63 commit 24f22fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ set :bundle_without, %w{development test}.join(' ') # this is defaul
set :bundle_flags, '--deployment --quiet' # this is default
set :bundle_env_variables, {} # this is default
set :bundle_clean_options, "" # this is default. Use "--dry-run" if you just want to know what gems would be deleted, without actually deleting them
set :bundle_check_before_install, true # default: true. Set this to false to bypass running `bundle check` before executing `bundle install`
```

You can parallelize the installation of gems with bundler's jobs feature.
Expand Down

0 comments on commit 24f22fe

Please sign in to comment.