diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2019-10-03 04:50:43 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-02 21:50:43 +0200 |
commit | 0ce0baa9b5799be61fed7fc509837ca0ba971402 (patch) | |
tree | cef6bcf423aab912e2fb10be2b08b0e8e4e78ba9 /Gemfile | |
parent | 4e1afef6f9eb29714c72e2c67b16569e22558f66 (diff) |
Add parallelization to `tootctl search deploy` (#12051)
* Add parallel gem * Modify parallel option in tootctl search deploy * Add paralell option to tootctl search deploy * Change 1 to false * Clean up * Rename --parallel to --processes
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 7ed1a4e6b..f6ee3b52e 100644 --- a/Gemfile +++ b/Gemfile @@ -67,6 +67,7 @@ gem 'oj', '~> 3.9' gem 'ostatus2', '~> 2.0' gem 'ox', '~> 2.11' gem 'parslet' +gem 'parallel', '~> 1.17' gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c' gem 'pundit', '~> 2.1' gem 'premailer-rails' |