aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJavan Makhmali <javan@javan.us>2018-02-12 15:50:42 -0500
committerJavan Makhmali <javan@javan.us>2018-02-12 15:50:42 -0500
commit986d6a6da4a42a9e92e8c0cc96b7edca35e778de (patch)
tree16dee1f3a9922c421cfc5a6b0c27d8bb808ff63d /package.json
parent2f13b3c9fe21debec4bd9afe4601125f4fe29ce2 (diff)
downloadrails-986d6a6da4a42a9e92e8c0cc96b7edca35e778de.tar.gz
rails-986d6a6da4a42a9e92e8c0cc96b7edca35e778de.tar.bz2
rails-986d6a6da4a42a9e92e8c0cc96b7edca35e778de.zip
Add initial ActiveStorage integration
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7f0c79a054..62d5b702db 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,8 @@
],
"license": "MIT",
"dependencies": {
- "trix": "^0.11.1"
+ "trix": "^0.11.1",
+ "activestorage": ">= 5.2.0-rc1"
},
"private": true
}