Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added config option for prune_bundler #68

Merged
merged 1 commit into from
Sep 30, 2014
Merged

Added config option for prune_bundler #68

merged 1 commit into from
Sep 30, 2014

Conversation

behe
Copy link
Contributor

@behe behe commented Sep 29, 2014

Fixes #55

@@ -58,6 +58,7 @@ Configurable options, shown here with defaults: Please note the configuration op
set :puma_worker_timeout, nil
set :puma_init_active_record, false
set :puma_preload_app, true
set :puma_prune_bundler, false
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong indentation

@behe
Copy link
Contributor Author

behe commented Sep 30, 2014

Fixed the indentation

@@ -17,6 +17,7 @@ namespace :load do
set :puma_error_log, -> { File.join(shared_path, 'log', 'puma_error.log') }
set :puma_init_active_record, false
set :puma_preload_app, true
set :puma_prune_bundler, false
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is still wrong

@seuros
Copy link
Owner

seuros commented Sep 30, 2014

Thanks. Fix the other indentation , squash your commits and i will merge.

@behe
Copy link
Contributor Author

behe commented Sep 30, 2014

Ugh! Sorry about that, not using my normal editor.

seuros added a commit that referenced this pull request Sep 30, 2014
Added config option for prune_bundler
@seuros seuros merged commit 34cea0c into seuros:master Sep 30, 2014
@seuros
Copy link
Owner

seuros commented Sep 30, 2014

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support prune_bundler option
3 participants