diff options
author | Go MAEDA <maeda@farend.jp> | 2020-03-31 06:39:32 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-03-31 06:39:32 +0000 |
commit | bb7c49e05ad50fc3c9ed9b21c99bbef3cb70106c (patch) | |
tree | cffb7bf25f02d54cf36ac16bff8a63b5dea8dc5c /doc | |
parent | c2befe5bf3b4850c7c3374afda181a997021c2e3 (diff) | |
download | redmine-bb7c49e05ad50fc3c9ed9b21c99bbef3cb70106c.tar.gz redmine-bb7c49e05ad50fc3c9ed9b21c99bbef3cb70106c.zip |
`--without rmagick` option for `bundle install` is no longer necessary (#33208).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19625 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index d363c8a2a..f4374dae1 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -33,10 +33,6 @@ Optional: 4. Install the required gems by running: bundle install --without development test - If ImageMagick is not installed on your system, you should skip the - installation of the rmagick gem using: - bundle install --without development test rmagick - Only the gems that are needed by the adapters you've specified in your database configuration file are actually installed (eg. if your config/database.yml uses the 'mysql2' adapter, then only the mysql2 gem |