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"
1313gem "tzinfo-data", platforms: %i[ <%= bundler_windows_platforms %> jruby ]
1414<% unless options.skip_solid? -%>
1515
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
1717gem "solid_cache"
18-
19- # Use the database-backed Solid Queue adapter for Active Job [https://github.com/rails/solid_queue]
2018gem "solid_queue"
21-
22- # Use the database-backed Solid Cable adapter for Action Cable [https://github.com/rails/solid_cable]
2319gem "solid_cable"
2420<% end -%>
2521<% if depend_on_bootsnap? -%>
You can’t perform that action at this time.
0 commit comments