Add missing packages (#35227)

If generate application without specified options,`actioncable` and
`activestorage` loads by default.
This commit is contained in:
Yuji Yaginuma 2019-02-12 16:00:17 +09:00 committed by GitHub
parent 87a5b5d023
commit ad3cbc2452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
"name": "dummy",
"private": true,
"dependencies": {
"@rails/actioncable": "file:../../../../actioncable",
"@rails/activestorage": "file:../../../../activestorage",
"@rails/ujs": "file:../../../../actionview",
"@rails/webpacker": "https://github.com/rails/webpacker.git",
"turbolinks": "^5.2.0"