FIX: Don't install test gems in production.
authorGuo Xiang Tan <tgx_world@hotmail.com>
Thu, 2 May 2019 02:18:59 +0000 (10:18 +0800)
committerGuo Xiang Tan <tgx_world@hotmail.com>
Thu, 2 May 2019 02:22:17 +0000 (10:22 +0800)
commitb8866fb9bbda41b643dd1acf9798b230b75ddb62
tree317f7e49608911f42375f839226616ec197063c6
parentff9ddabe385b14cf4d1e886d158fb2502664a643
FIX: Don't install test gems in production.

This fixes an incorrect usage of the `--without` option.
As per the documentation, it takes groups seperated by a space `--without=GROUP[ GROUP...]`. Specifying the option twice meant we were overriding the first which lead the this bug.
image/base/Dockerfile
image/discourse_fast_switch/create_switch.rb
templates/import/mbox.template.yml
templates/import/mssql-dep.template.yml
templates/import/mysql-dep.template.yml
templates/import/phpbb3.template.yml
templates/web.template.yml