Skip to content

Commit

Permalink
Merge pull request rails#44493 from ghousemohamed/patch-9
Browse files Browse the repository at this point in the history
removed list of gems rails 7 specified in the Rails initialization guide [ci-skip]
  • Loading branch information
jonathanhefner committed Feb 21, 2022
2 parents 54a2824 + aa9a2c1 commit 65c1063
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions guides/source/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65c1063

Please sign in to comment.