Skip to content

Commit c18e8ad

Browse files
authored
Merge pull request rails#47871 from adityapandit17/update-actiontext-dependencies
Fixed active-storage version in action text
2 parents 2f08f9a + cf13f34 commit c18e8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actiontext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"license": "MIT",
2424
"dependencies": {
25-
"@rails/activestorage": ">= 7.0.0-alpha1",
25+
"@rails/activestorage": ">= 7.1.0-alpha",
2626
"webpack": "^4.17.1"
2727
},
2828
"peerDependencies": {

0 commit comments

Comments
 (0)