We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c572ac8 commit 1aec81dCopy full SHA for 1aec81d
Gemfile
@@ -26,6 +26,8 @@ gem "stimulus-rails"
26
27
gem 'tailwindcss-rails'
28
29
+gem 'active_decorator'
30
+
31
# Use Redis adapter to run Action Cable in production
32
# gem "redis", ">= 4.0.1"
33
Gemfile.lock
@@ -44,6 +44,8 @@ GEM
44
erubi (~> 1.11)
45
rails-dom-testing (~> 2.2)
46
rails-html-sanitizer (~> 1.6)
47
+ active_decorator (1.5.1)
48
+ activesupport
49
activejob (8.0.3)
50
activesupport (= 8.0.3)
51
globalid (>= 0.3.6)
@@ -347,6 +349,7 @@ PLATFORMS
347
349
x86_64-linux-musl
348
350
351
DEPENDENCIES
352
+ active_decorator
353
aws-sdk-s3 (~> 1)
354
bootsnap
355
brakeman
0 commit comments