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 2b53937 commit 1607a5dCopy full SHA for 1607a5d
Gemfile
@@ -26,6 +26,8 @@ gem "stimulus-rails"
26
27
gem 'tailwindcss-rails'
28
29
+gem 'action_args'
30
+
31
gem 'active_decorator'
32
33
# Use Redis adapter to run Action Cable in production
Gemfile.lock
@@ -1,6 +1,7 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
+ action_args (2.7.3)
5
actioncable (8.0.3)
6
actionpack (= 8.0.3)
7
activesupport (= 8.0.3)
@@ -349,6 +350,7 @@ PLATFORMS
349
350
x86_64-linux-musl
351
352
DEPENDENCIES
353
+ action_args
354
active_decorator
355
aws-sdk-s3 (~> 1)
356
bootsnap
0 commit comments