diff --git a/guides/source/initialization.md b/guides/source/initialization.md index 1f261661f9..386932e2c8 100644 --- a/guides/source/initialization.md +++ b/guides/source/initialization.md @@ -63,35 +63,6 @@ dependencies of the application. `config/boot.rb` sets exists, then `bundler/setup` is required. The require is used by Bundler to configure the load path for your Gemfile's dependencies. -A standard Rails application depends on several gems, specifically: - -* actioncable -* actionmailer -* actionpack -* actionview -* activejob -* activemodel -* activerecord -* activestorage -* activesupport -* actionmailbox -* actiontext -* arel -* builder -* bundler -* erubi -* i18n -* mail -* mime-types -* rack -* rack-test -* rails -* railties -* rake -* sqlite3 -* thor -* tzinfo - ### `rails/commands.rb` Once `config/boot.rb` has finished, the next file that is required is