diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-09-11 08:39:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-11 08:39:25 +0900 |
commit | ee79f0085b56e47ea69bd9f93cdb0a90da69568e (patch) | |
tree | 862bd70ef60ac73cf75b885bcda242e08c41895f | |
parent | 83bfe0758363328a2cc4da54c9f02c10a29d8149 (diff) | |
parent | ad80cef22dda9904ac42966a1e216057d19e3504 (diff) | |
download | rails-ee79f0085b56e47ea69bd9f93cdb0a90da69568e.tar.gz rails-ee79f0085b56e47ea69bd9f93cdb0a90da69568e.tar.bz2 rails-ee79f0085b56e47ea69bd9f93cdb0a90da69568e.zip |
Merge pull request #30563 from y-yagi/remove_not_used_gems_by_default
Remove not used gems by default [ci skip]
-rw-r--r-- | guides/source/initialization.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/initialization.md b/guides/source/initialization.md index 0cfabe2a66..1541ea38cd 100644 --- a/guides/source/initialization.md +++ b/guides/source/initialization.md @@ -116,8 +116,6 @@ A standard Rails application depends on several gems, specifically: * mail * mime-types * rack -* rack-cache -* rack-mount * rack-test * rails * railties |