質問編集履歴
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,17 +76,17 @@
|
|
76
76
|
|
77
77
|
% git push heroku master
|
78
78
|
|
79
|
-
Enumerating objects: 4
|
79
|
+
Enumerating objects: 462, done.
|
80
|
-
|
80
|
+
|
81
|
-
Counting objects: 100% (4
|
81
|
+
Counting objects: 100% (462/462), done.
|
82
82
|
|
83
83
|
Delta compression using up to 4 threads
|
84
84
|
|
85
|
-
Compressing objects: 100% (
|
85
|
+
Compressing objects: 100% (425/425), done.
|
86
|
-
|
86
|
+
|
87
|
-
Writing objects: 100% (4
|
87
|
+
Writing objects: 100% (462/462), 2.97 MiB | 462.00 KiB/s, done.
|
88
|
-
|
88
|
+
|
89
|
-
Total 4
|
89
|
+
Total 462 (delta 145), reused 0 (delta 0)
|
90
90
|
|
91
91
|
remote: Compressing source files... done.
|
92
92
|
|
@@ -142,7 +142,11 @@
|
|
142
142
|
|
143
143
|
remote: Fetching gem metadata from https://rubygems.org/.
|
144
144
|
|
145
|
-
|
145
|
+
remote: Resolving dependencies.......
|
146
|
+
|
147
|
+
remote: Fetching rake 13.0.1
|
148
|
+
|
149
|
+
|
146
150
|
|
147
151
|
|
148
152
|
|
@@ -216,7 +220,7 @@
|
|
216
220
|
|
217
221
|
remote: ------------------------------
|
218
222
|
|
219
|
-
remote: Bundle completed (217
|
223
|
+
remote: Bundle completed (218.72s)
|
220
224
|
|
221
225
|
remote: Cleaning up the bundler cache.
|
222
226
|
|
@@ -232,6 +236,8 @@
|
|
232
236
|
|
233
237
|
remote: yarn install v1.16.0
|
234
238
|
|
239
|
+
remote: warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
|
240
|
+
|
235
241
|
remote: [1/4] Resolving packages...
|
236
242
|
|
237
243
|
remote: [2/4] Fetching packages...
|
@@ -242,16 +248,18 @@
|
|
242
248
|
|
243
249
|
remote: [3/4] Linking dependencies...
|
244
250
|
|
245
|
-
remote: warning " > webpack-dev-server@3.
|
251
|
+
remote: warning " > webpack-dev-server@3.10.3" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
|
246
252
|
|
247
253
|
remote: warning "webpack-dev-server > webpack-dev-middleware@3.7.2" has unmet peer dependency "webpack@^4.0.0".
|
248
254
|
|
249
255
|
remote: [4/4] Building fresh packages...
|
250
256
|
|
251
|
-
remote: Done in 2
|
257
|
+
remote: Done in 22.59s.
|
252
258
|
|
253
259
|
remote: yarn install v1.16.0
|
254
260
|
|
261
|
+
remote: warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
|
262
|
+
|
255
263
|
remote: [1/4] Resolving packages...
|
256
264
|
|
257
265
|
remote: [2/4] Fetching packages...
|
@@ -262,13 +270,17 @@
|
|
262
270
|
|
263
271
|
remote: [3/4] Linking dependencies...
|
264
272
|
|
265
|
-
remote: warning " > webpack-dev-server@3.
|
273
|
+
remote: warning " > webpack-dev-server@3.10.3" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
|
266
274
|
|
267
275
|
remote: warning "webpack-dev-server > webpack-dev-middleware@3.7.2" has unmet peer dependency "webpack@^4.0.0".
|
268
276
|
|
269
277
|
remote: [4/4] Building fresh packages...
|
270
278
|
|
271
|
-
remote: Done in 4.
|
279
|
+
remote: Done in 4.74s.
|
280
|
+
|
281
|
+
remote: I, [2020-03-13T02:32:32.943423 #2012] INFO -- : Writing /tmp/build_732b88bd81a0922ddd0f2a3794bbbe05/public/assets/manifest-cadda289ef9c70eaa0879a36e6263cb33f7523a16b3ef862e0b8609cdc2bdab1.js
|
282
|
+
|
283
|
+
|
272
284
|
|
273
285
|
|
274
286
|
|
@@ -286,264 +298,6 @@
|
|
286
298
|
|
287
299
|
|
288
300
|
|
289
|
-
```
|
290
|
-
|
291
|
-
config/webpacker.yml
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
# Note: You must restart bin/webpack-dev-server for changes to take effect
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
default: &default
|
302
|
-
|
303
|
-
source_path: app/javascript
|
304
|
-
|
305
|
-
source_entry_path: packs
|
306
|
-
|
307
|
-
public_root_path: public
|
308
|
-
|
309
|
-
public_output_path: packs
|
310
|
-
|
311
|
-
cache_path: tmp/cache/webpacker
|
312
|
-
|
313
|
-
check_yarn_integrity: false
|
314
|
-
|
315
|
-
webpack_compile_output: true
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
# Additional paths webpack should lookup modules
|
320
|
-
|
321
|
-
# ['app/assets', 'engine/foo/app/assets']
|
322
|
-
|
323
|
-
resolved_paths: []
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
# Reload manifest.json on all requests so we reload latest compiled packs
|
328
|
-
|
329
|
-
cache_manifest: false
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
# Extract and emit a css file
|
334
|
-
|
335
|
-
extract_css: false
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
static_assets_extensions:
|
340
|
-
|
341
|
-
- .jpg
|
342
|
-
|
343
|
-
- .jpeg
|
344
|
-
|
345
|
-
- .png
|
346
|
-
|
347
|
-
- .gif
|
348
|
-
|
349
|
-
- .tiff
|
350
|
-
|
351
|
-
- .ico
|
352
|
-
|
353
|
-
- .svg
|
354
|
-
|
355
|
-
- .eot
|
356
|
-
|
357
|
-
- .otf
|
358
|
-
|
359
|
-
- .ttf
|
360
|
-
|
361
|
-
- .woff
|
362
|
-
|
363
|
-
- .woff2
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
extensions:
|
368
|
-
|
369
|
-
- .mjs
|
370
|
-
|
371
|
-
- .js
|
372
|
-
|
373
|
-
- .sass
|
374
|
-
|
375
|
-
- .scss
|
376
|
-
|
377
|
-
- .css
|
378
|
-
|
379
|
-
- .module.sass
|
380
|
-
|
381
|
-
- .module.scss
|
382
|
-
|
383
|
-
- .module.css
|
384
|
-
|
385
|
-
- .png
|
386
|
-
|
387
|
-
- .svg
|
388
|
-
|
389
|
-
- .gif
|
390
|
-
|
391
|
-
- .jpeg
|
392
|
-
|
393
|
-
- .jpg
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
development:
|
398
|
-
|
399
|
-
<<: *default
|
400
|
-
|
401
|
-
compile: true
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
# Verifies that correct packages and versions are installed by inspecting package.json, yarn.lock, and node_modules
|
406
|
-
|
407
|
-
check_yarn_integrity: true
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
# Reference: https://webpack.js.org/configuration/dev-server/
|
412
|
-
|
413
|
-
dev_server:
|
414
|
-
|
415
|
-
https: false
|
416
|
-
|
417
|
-
host: localhost
|
418
|
-
|
419
|
-
port: 3035
|
420
|
-
|
421
|
-
public: localhost:3035
|
422
|
-
|
423
|
-
hmr: false
|
424
|
-
|
425
|
-
# Inline should be set to true if using HMR
|
426
|
-
|
427
|
-
inline: true
|
428
|
-
|
429
|
-
overlay: true
|
430
|
-
|
431
|
-
compress: true
|
432
|
-
|
433
|
-
disable_host_check: true
|
434
|
-
|
435
|
-
use_local_ip: false
|
436
|
-
|
437
|
-
quiet: false
|
438
|
-
|
439
|
-
pretty: false
|
440
|
-
|
441
|
-
headers:
|
442
|
-
|
443
|
-
'Access-Control-Allow-Origin': '*'
|
444
|
-
|
445
|
-
watch_options:
|
446
|
-
|
447
|
-
ignored: '**/node_modules/**'
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
test:
|
454
|
-
|
455
|
-
<<: *default
|
456
|
-
|
457
|
-
compile: true
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
# Compile test packs to a separate directory
|
462
|
-
|
463
|
-
public_output_path: packs-test
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
production:
|
468
|
-
|
469
|
-
<<: *default
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
# Production depends on precompilation of packs prior to booting for performance.
|
474
|
-
|
475
|
-
compile: false
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
# Extract and emit a css file
|
480
|
-
|
481
|
-
extract_css: true
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
# Cache manifest.json for performance
|
486
|
-
|
487
|
-
cache_manifest: true
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
```
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
```
|
498
|
-
|
499
|
-
bin/webpack
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
#!/usr/bin/env ruby
|
506
|
-
|
507
|
-
# frozen_string_literal: true
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
ENV['RAILS_ENV'] ||= ENV['RACK_ENV'] || 'development'
|
512
|
-
|
513
|
-
ENV['NODE_ENV'] ||= 'development'
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
require 'pathname'
|
518
|
-
|
519
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
520
|
-
|
521
|
-
Pathname.new(__FILE__).realpath)
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
require 'bundler/setup'
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
require 'webpacker'
|
530
|
-
|
531
|
-
require 'webpacker/webpack_runner'
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
APP_ROOT = File.expand_path('..', __dir__)
|
536
|
-
|
537
|
-
Dir.chdir(APP_ROOT) do
|
538
|
-
|
539
|
-
Webpacker::WebpackRunner.run(ARGV)
|
540
|
-
|
541
|
-
end
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
```
|
546
|
-
|
547
301
|
-以下、自分で試したこと-
|
548
302
|
|
549
303
|
|
2
加筆
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,16 +8,16 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
11
|
git push heroku masterをmacターミナル上で入力したところ、
|
16
12
|
|
17
13
|
|
18
14
|
|
19
15
|
```
|
20
16
|
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
21
|
remote: Compiling...
|
22
22
|
|
23
23
|
remote: Compilation failed:
|
@@ -60,6 +60,8 @@
|
|
60
60
|
|
61
61
|
|
62
62
|
|
63
|
+
|
64
|
+
|
63
65
|
```
|
64
66
|
|
65
67
|
|
@@ -68,8 +70,6 @@
|
|
68
70
|
|
69
71
|
|
70
72
|
|
71
|
-
|
72
|
-
|
73
73
|
下記の画像がログの全容です(所々省略しています)
|
74
74
|
|
75
75
|
```
|
@@ -272,67 +272,277 @@
|
|
272
272
|
|
273
273
|
|
274
274
|
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
r
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
re
|
304
|
-
|
305
|
-
re
|
306
|
-
|
307
|
-
r
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
re
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
275
|
+
※ここから前途したエラー文が出る
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
```
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
```
|
290
|
+
|
291
|
+
config/webpacker.yml
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
# Note: You must restart bin/webpack-dev-server for changes to take effect
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
default: &default
|
302
|
+
|
303
|
+
source_path: app/javascript
|
304
|
+
|
305
|
+
source_entry_path: packs
|
306
|
+
|
307
|
+
public_root_path: public
|
308
|
+
|
309
|
+
public_output_path: packs
|
310
|
+
|
311
|
+
cache_path: tmp/cache/webpacker
|
312
|
+
|
313
|
+
check_yarn_integrity: false
|
314
|
+
|
315
|
+
webpack_compile_output: true
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
# Additional paths webpack should lookup modules
|
320
|
+
|
321
|
+
# ['app/assets', 'engine/foo/app/assets']
|
322
|
+
|
323
|
+
resolved_paths: []
|
324
|
+
|
325
|
+
|
326
|
+
|
327
|
+
# Reload manifest.json on all requests so we reload latest compiled packs
|
328
|
+
|
329
|
+
cache_manifest: false
|
330
|
+
|
331
|
+
|
332
|
+
|
333
|
+
# Extract and emit a css file
|
334
|
+
|
335
|
+
extract_css: false
|
336
|
+
|
337
|
+
|
338
|
+
|
339
|
+
static_assets_extensions:
|
340
|
+
|
341
|
+
- .jpg
|
342
|
+
|
343
|
+
- .jpeg
|
344
|
+
|
345
|
+
- .png
|
346
|
+
|
347
|
+
- .gif
|
348
|
+
|
349
|
+
- .tiff
|
350
|
+
|
351
|
+
- .ico
|
352
|
+
|
353
|
+
- .svg
|
354
|
+
|
355
|
+
- .eot
|
356
|
+
|
357
|
+
- .otf
|
358
|
+
|
359
|
+
- .ttf
|
360
|
+
|
361
|
+
- .woff
|
362
|
+
|
363
|
+
- .woff2
|
364
|
+
|
365
|
+
|
366
|
+
|
367
|
+
extensions:
|
368
|
+
|
369
|
+
- .mjs
|
370
|
+
|
371
|
+
- .js
|
372
|
+
|
373
|
+
- .sass
|
374
|
+
|
375
|
+
- .scss
|
376
|
+
|
377
|
+
- .css
|
378
|
+
|
379
|
+
- .module.sass
|
380
|
+
|
381
|
+
- .module.scss
|
382
|
+
|
383
|
+
- .module.css
|
384
|
+
|
385
|
+
- .png
|
386
|
+
|
387
|
+
- .svg
|
388
|
+
|
389
|
+
- .gif
|
390
|
+
|
391
|
+
- .jpeg
|
392
|
+
|
393
|
+
- .jpg
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
development:
|
398
|
+
|
399
|
+
<<: *default
|
400
|
+
|
401
|
+
compile: true
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
# Verifies that correct packages and versions are installed by inspecting package.json, yarn.lock, and node_modules
|
406
|
+
|
407
|
+
check_yarn_integrity: true
|
408
|
+
|
409
|
+
|
410
|
+
|
411
|
+
# Reference: https://webpack.js.org/configuration/dev-server/
|
412
|
+
|
413
|
+
dev_server:
|
414
|
+
|
415
|
+
https: false
|
416
|
+
|
417
|
+
host: localhost
|
418
|
+
|
419
|
+
port: 3035
|
420
|
+
|
421
|
+
public: localhost:3035
|
422
|
+
|
423
|
+
hmr: false
|
424
|
+
|
425
|
+
# Inline should be set to true if using HMR
|
426
|
+
|
427
|
+
inline: true
|
428
|
+
|
429
|
+
overlay: true
|
430
|
+
|
431
|
+
compress: true
|
432
|
+
|
433
|
+
disable_host_check: true
|
434
|
+
|
435
|
+
use_local_ip: false
|
436
|
+
|
437
|
+
quiet: false
|
438
|
+
|
439
|
+
pretty: false
|
440
|
+
|
441
|
+
headers:
|
442
|
+
|
443
|
+
'Access-Control-Allow-Origin': '*'
|
444
|
+
|
445
|
+
watch_options:
|
446
|
+
|
447
|
+
ignored: '**/node_modules/**'
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
|
452
|
+
|
453
|
+
test:
|
454
|
+
|
455
|
+
<<: *default
|
456
|
+
|
457
|
+
compile: true
|
458
|
+
|
459
|
+
|
460
|
+
|
461
|
+
# Compile test packs to a separate directory
|
462
|
+
|
463
|
+
public_output_path: packs-test
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
production:
|
468
|
+
|
469
|
+
<<: *default
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
# Production depends on precompilation of packs prior to booting for performance.
|
474
|
+
|
475
|
+
compile: false
|
476
|
+
|
477
|
+
|
478
|
+
|
479
|
+
# Extract and emit a css file
|
480
|
+
|
481
|
+
extract_css: true
|
482
|
+
|
483
|
+
|
484
|
+
|
485
|
+
# Cache manifest.json for performance
|
486
|
+
|
487
|
+
cache_manifest: true
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
```
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
```
|
498
|
+
|
499
|
+
bin/webpack
|
500
|
+
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
|
505
|
+
#!/usr/bin/env ruby
|
506
|
+
|
507
|
+
# frozen_string_literal: true
|
508
|
+
|
509
|
+
|
510
|
+
|
511
|
+
ENV['RAILS_ENV'] ||= ENV['RACK_ENV'] || 'development'
|
512
|
+
|
513
|
+
ENV['NODE_ENV'] ||= 'development'
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
require 'pathname'
|
518
|
+
|
519
|
+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
520
|
+
|
521
|
+
Pathname.new(__FILE__).realpath)
|
522
|
+
|
523
|
+
|
524
|
+
|
525
|
+
require 'bundler/setup'
|
526
|
+
|
527
|
+
|
528
|
+
|
529
|
+
require 'webpacker'
|
530
|
+
|
531
|
+
require 'webpacker/webpack_runner'
|
532
|
+
|
533
|
+
|
534
|
+
|
535
|
+
APP_ROOT = File.expand_path('..', __dir__)
|
536
|
+
|
537
|
+
Dir.chdir(APP_ROOT) do
|
538
|
+
|
539
|
+
Webpacker::WebpackRunner.run(ARGV)
|
540
|
+
|
541
|
+
end
|
542
|
+
|
543
|
+
|
544
|
+
|
545
|
+
```
|
336
546
|
|
337
547
|
-以下、自分で試したこと-
|
338
548
|
|
@@ -350,14 +560,4 @@
|
|
350
560
|
|
351
561
|
|
352
562
|
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
というような感じです。
|
563
|
+
というような感じです。アドバイスいただけると幸いです。また、herokuに触れて間もないので、補足が必要でしたらご指摘いただきたいです。
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
よろしくお願い致します。
|
1
編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,45 +70,259 @@
|
|
70
70
|
|
71
71
|
|
72
72
|
|
73
|
-
下記の画像がログの全容です(
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
73
|
+
下記の画像がログの全容です(所々省略しています)
|
74
|
+
|
75
|
+
```
|
76
|
+
|
77
|
+
% git push heroku master
|
78
|
+
|
79
|
+
Enumerating objects: 435, done.
|
80
|
+
|
81
|
+
Counting objects: 100% (435/435), done.
|
82
|
+
|
83
|
+
Delta compression using up to 4 threads
|
84
|
+
|
85
|
+
Compressing objects: 100% (398/398), done.
|
86
|
+
|
87
|
+
Writing objects: 100% (435/435), 2.87 MiB | 246.00 KiB/s, done.
|
88
|
+
|
89
|
+
Total 435 (delta 125), reused 0 (delta 0)
|
90
|
+
|
91
|
+
remote: Compressing source files... done.
|
92
|
+
|
93
|
+
remote: Building source:
|
94
|
+
|
95
|
+
remote:
|
96
|
+
|
97
|
+
remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
|
98
|
+
|
99
|
+
remote: Detected buildpacks: Ruby,Node.js
|
100
|
+
|
101
|
+
remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
|
102
|
+
|
103
|
+
remote: -----> Ruby app detected
|
104
|
+
|
105
|
+
remote: -----> Installing bundler 2.0.2
|
106
|
+
|
107
|
+
remote: -----> Removing BUNDLED WITH version in the Gemfile.lock
|
108
|
+
|
109
|
+
remote: -----> Compiling Ruby/Rails
|
110
|
+
|
111
|
+
remote: -----> Using Ruby version: ruby-2.6.3
|
112
|
+
|
113
|
+
remote:
|
114
|
+
|
115
|
+
remote: ###### WARNING:
|
116
|
+
|
117
|
+
remote:
|
118
|
+
|
119
|
+
remote: Removing `Gemfile.lock` because it was generated on Windows.
|
120
|
+
|
121
|
+
remote: Bundler will do a full resolve so native gems are handled properly.
|
122
|
+
|
123
|
+
remote: This may result in unexpected gem versions being used in your app.
|
124
|
+
|
125
|
+
remote: In rare occasions Bundler may not be able to resolve your dependencies at all.
|
126
|
+
|
127
|
+
remote: https://devcenter.heroku.com/articles/bundler-windows-gemfile
|
128
|
+
|
129
|
+
remote:
|
130
|
+
|
131
|
+
remote: -----> Installing dependencies using bundler 2.0.2
|
132
|
+
|
133
|
+
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
|
134
|
+
|
135
|
+
remote: Fetching https://github.com/refile/refile.git
|
136
|
+
|
137
|
+
remote: Fetching https://github.com/refile/refile-mini_magick.git
|
138
|
+
|
139
|
+
remote: The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
|
140
|
+
|
141
|
+
remote: Fetching gem metadata from https://rubygems.org/........
|
142
|
+
|
143
|
+
remote: Fetching gem metadata from https://rubygems.org/.
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
remote: Bundle complete! 30 Gemfile dependencies, 133 gems now installed.
|
154
|
+
|
155
|
+
remote: Gems in the groups development and test were not installed.
|
156
|
+
|
157
|
+
remote: Bundled gems are installed into `./vendor/bundle`
|
158
|
+
|
159
|
+
remote: Post-install message from i18n:
|
160
|
+
|
161
|
+
remote:
|
162
|
+
|
163
|
+
remote: HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
|
164
|
+
|
165
|
+
remote: But that may break your application.
|
166
|
+
|
167
|
+
remote:
|
168
|
+
|
169
|
+
remote: If you are upgrading your Rails application from an older version of Rails:
|
170
|
+
|
171
|
+
remote:
|
172
|
+
|
173
|
+
remote: Please check your Rails app for 'config.i18n.fallbacks = true'.
|
174
|
+
|
175
|
+
remote: If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
|
176
|
+
|
177
|
+
remote: 'config.i18n.fallbacks = [I18n.default_locale]'.
|
178
|
+
|
179
|
+
remote: If not, fallbacks will be broken in your app by I18n 1.1.x.
|
180
|
+
|
181
|
+
remote:
|
182
|
+
|
183
|
+
remote: If you are starting a NEW Rails application, you can ignore this notice.
|
184
|
+
|
185
|
+
remote:
|
186
|
+
|
187
|
+
remote: For more info see:
|
188
|
+
|
189
|
+
remote: https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
|
190
|
+
|
191
|
+
remote:
|
192
|
+
|
193
|
+
remote: Post-install message from fog:
|
194
|
+
|
195
|
+
remote: ------------------------------
|
196
|
+
|
197
|
+
remote: Thank you for installing fog!
|
198
|
+
|
199
|
+
remote:
|
200
|
+
|
201
|
+
remote: IMPORTANT NOTICE:
|
202
|
+
|
203
|
+
remote: If there's a metagem available for your cloud provider, e.g. `fog-aws`,
|
204
|
+
|
205
|
+
remote: you should be using it instead of requiring the full fog collection to avoid
|
206
|
+
|
207
|
+
remote: unnecessary dependencies.
|
208
|
+
|
209
|
+
remote:
|
210
|
+
|
211
|
+
remote: 'fog' should be required explicitly only if:
|
212
|
+
|
213
|
+
remote: - The provider you use doesn't yet have a metagem available.
|
214
|
+
|
215
|
+
remote: - You require Ruby 1.9.3 support.
|
216
|
+
|
217
|
+
remote: ------------------------------
|
218
|
+
|
219
|
+
remote: Bundle completed (217.91s)
|
220
|
+
|
221
|
+
remote: Cleaning up the bundler cache.
|
222
|
+
|
223
|
+
remote: -----> Installing node-v10.15.3-linux-x64
|
224
|
+
|
225
|
+
remote: -----> Installing yarn-v1.16.0
|
226
|
+
|
227
|
+
remote: -----> Detecting rake tasks
|
228
|
+
|
229
|
+
remote: -----> Preparing app for Rails asset pipeline
|
230
|
+
|
231
|
+
remote: Running: rake assets:precompile
|
232
|
+
|
233
|
+
remote: yarn install v1.16.0
|
234
|
+
|
235
|
+
remote: [1/4] Resolving packages...
|
236
|
+
|
237
|
+
remote: [2/4] Fetching packages...
|
238
|
+
|
239
|
+
remote: info fsevents@1.2.9: The platform "linux" is incompatible with this module.
|
240
|
+
|
241
|
+
remote: info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
|
242
|
+
|
243
|
+
remote: [3/4] Linking dependencies...
|
244
|
+
|
245
|
+
remote: warning " > webpack-dev-server@3.9.0" has unmet peer dependency "webpack@^4.0.0".
|
246
|
+
|
247
|
+
remote: warning "webpack-dev-server > webpack-dev-middleware@3.7.2" has unmet peer dependency "webpack@^4.0.0".
|
248
|
+
|
249
|
+
remote: [4/4] Building fresh packages...
|
250
|
+
|
251
|
+
remote: Done in 21.78s.
|
252
|
+
|
253
|
+
remote: yarn install v1.16.0
|
254
|
+
|
255
|
+
remote: [1/4] Resolving packages...
|
256
|
+
|
257
|
+
remote: [2/4] Fetching packages...
|
258
|
+
|
259
|
+
remote: info fsevents@1.2.9: The platform "linux" is incompatible with this module.
|
260
|
+
|
261
|
+
remote: info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
|
262
|
+
|
263
|
+
remote: [3/4] Linking dependencies...
|
264
|
+
|
265
|
+
remote: warning " > webpack-dev-server@3.9.0" has unmet peer dependency "webpack@^4.0.0".
|
266
|
+
|
267
|
+
remote: warning "webpack-dev-server > webpack-dev-middleware@3.7.2" has unmet peer dependency "webpack@^4.0.0".
|
268
|
+
|
269
|
+
remote: [4/4] Building fresh packages...
|
270
|
+
|
271
|
+
remote: Done in 4.63s.
|
272
|
+
|
273
|
+
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
remote: Compiling...
|
282
|
+
|
283
|
+
remote: Compilation failed:
|
284
|
+
|
285
|
+
remote: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
|
286
|
+
|
287
|
+
remote: - configuration.entry should be an non-empty object.
|
288
|
+
|
289
|
+
remote: -> Multiple entry bundles are created. The key is the chunk name. The value can be a string or an array.
|
290
|
+
|
291
|
+
remote:
|
292
|
+
|
293
|
+
remote:
|
294
|
+
|
295
|
+
remote: !
|
296
|
+
|
297
|
+
remote: ! Precompiling assets failed.
|
298
|
+
|
299
|
+
remote: !
|
300
|
+
|
301
|
+
remote: ! Push rejected, failed to compile Ruby app.
|
302
|
+
|
303
|
+
remote:
|
304
|
+
|
305
|
+
remote: ! Push failed
|
306
|
+
|
307
|
+
remote: Verifying deploy...
|
308
|
+
|
309
|
+
remote:
|
310
|
+
|
311
|
+
remote: ! Push rejected to damp-mountain-33769.
|
312
|
+
|
313
|
+
remote:
|
314
|
+
|
315
|
+
To https://git.heroku.com/damp-mountain-33769.git
|
316
|
+
|
317
|
+
! [remote rejected] master -> master (pre-receive hook declined)
|
318
|
+
|
319
|
+
error: failed to push some refs to 'https://git.heroku.com/damp-mountain-33769.git'
|
320
|
+
|
321
|
+
|
322
|
+
|
323
|
+
```
|
324
|
+
|
325
|
+
|
112
326
|
|
113
327
|
|
114
328
|
|