Skip to content

Commit 65c1063

Browse files
Merge pull request rails#44493 from ghousemohamed/patch-9
removed list of gems rails 7 specified in the Rails initialization guide [ci-skip]
2 parents 54a2824 + aa9a2c1 commit 65c1063

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

guides/source/initialization.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -63,35 +63,6 @@ dependencies of the application. `config/boot.rb` sets
6363
exists, then `bundler/setup` is required. The require is used by Bundler to
6464
configure the load path for your Gemfile's dependencies.
6565

66-
A standard Rails application depends on several gems, specifically:
67-
68-
* actioncable
69-
* actionmailer
70-
* actionpack
71-
* actionview
72-
* activejob
73-
* activemodel
74-
* activerecord
75-
* activestorage
76-
* activesupport
77-
* actionmailbox
78-
* actiontext
79-
* arel
80-
* builder
81-
* bundler
82-
* erubi
83-
* i18n
84-
* mail
85-
* mime-types
86-
* rack
87-
* rack-test
88-
* rails
89-
* railties
90-
* rake
91-
* sqlite3
92-
* thor
93-
* tzinfo
94-
9566
### `rails/commands.rb`
9667

9768
Once `config/boot.rb` has finished, the next file that is required is

0 commit comments

Comments
 (0)