diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-08-24 23:08:43 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-08-24 23:08:43 +0200 |
commit | cb62f922589c724deafc6e6dbe3ffb69c5f7c25e (patch) | |
tree | 764a0879a62379b8a46b1b0d50f46cf99ca3490f /guides | |
parent | 53cc3ab46bc0822a804b69e4ba05892e69982cac (diff) | |
parent | da3d6c91ce5e90e86860921d318f231d7a52cf67 (diff) | |
download | rails-cb62f922589c724deafc6e6dbe3ffb69c5f7c25e.tar.gz rails-cb62f922589c724deafc6e6dbe3ffb69c5f7c25e.tar.bz2 rails-cb62f922589c724deafc6e6dbe3ffb69c5f7c25e.zip |
Merge pull request #16680 from huoxito/update-dependencies
treetop is no longer a mail (rails) dependency [ci skip]
Diffstat (limited to 'guides')
-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 b81b048c35..53bf3039fa 100644 --- a/guides/source/initialization.md +++ b/guides/source/initialization.md @@ -111,7 +111,6 @@ A standard Rails application depends on several gems, specifically: * i18n * mail * mime-types -* polyglot * rack * rack-cache * rack-mount @@ -121,7 +120,6 @@ A standard Rails application depends on several gems, specifically: * rake * sqlite3 * thor -* treetop * tzinfo ### `rails/commands.rb` |