re-enable solid_ foo

This commit is contained in:
Christoph Haas 2025-03-17 23:06:40 +01:00
parent 67e7a17a9f
commit 24dfb62ba8
2 changed files with 28 additions and 3 deletions

View file

@ -26,9 +26,9 @@ gem "jbuilder"
gem 'shrine', '~> 3.0'
# Use the database-backed adapters for Rails.cache, Active Job, and Action Cable
#gem "solid_cache"
#gem "solid_queue"
#gem "solid_cable"
gem "solid_cache"
gem "solid_queue"
gem "solid_cable"
# To create variants (different sizes) of screenshot images
gem 'fastimage'