1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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:
037e50ec39
1fc7954685
This commit is contained in:
yuuji.yaginuma 2017-09-11 07:42:08 +09:00
parent 83bfe07583
commit ad80cef22d

View file

@ -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