aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index ef4481fbfd..63802fb47c 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,8 @@
],
"license": "MIT",
"dependencies": {
- "trix": "^0.11.1",
- "activestorage": ">= 5.2.0-rc1"
+ "trix": ">=1.0.0",
+ "activestorage": ">=5.2.0"
},
"private": true
}