File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
railties/lib/rails/generators/rails/app/templates Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,9 @@ source "https://rubygems.org"
13
13
gem "tzinfo-data", platforms: %i[ <%= bundler_windows_platforms %> jruby ]
14
14
<% unless options.skip_solid? -%>
15
15
16
- # Use the database-backed Solid Cache adapter for Rails.cache [https://github.com/rails/solid_cache]
16
+ # Use the database-backed adapters for Rails.cache, Active Job, and Action Cable
17
17
gem "solid_cache"
18
-
19
- # Use the database-backed Solid Queue adapter for Active Job [https://github.com/rails/solid_queue]
20
18
gem "solid_queue"
21
-
22
- # Use the database-backed Solid Cable adapter for Action Cable [https://github.com/rails/solid_cable]
23
19
gem "solid_cable"
24
20
<% end -%>
25
21
<% if depend_on_bootsnap? -%>
You can’t perform that action at this time.
0 commit comments