From ad80cef22dda9904ac42966a1e216057d19e3504 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 11 Sep 2017 07:42:08 +0900 Subject: Remove not used gems by default [ci skip] `rack-mount` switched to journey with 5f0b37c. Also, `rack-cache` will not be used unless you explicitly specify it. Ref: https://github.com/rails/rails/commit/037e50ec39c7c3d58a102a6584e2740652420d1d https://github.com/rails/rails/commit/1fc795468525d8622cdca474a54c8310a514aa46 --- guides/source/initialization.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'guides') 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 -- cgit v1.2.3