質問編集履歴

1

$ git push heroku masterの追加

2020/08/10 03:18

投稿

goffee555
goffee555

スコア6

test CHANGED
File without changes
test CHANGED
@@ -72,37 +72,7 @@
72
72
 
73
73
  (省略)
74
74
 
75
- 2020-08-08T07:19:47.840881+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.7/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
75
+
76
-
77
- 2020-08-08T07:19:47.840882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
78
-
79
- 2020-08-08T07:19:47.840882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
80
-
81
- 2020-08-08T07:19:47.840884+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
82
-
83
- 2020-08-08T07:19:47.840885+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
84
-
85
- 2020-08-08T07:19:47.840899+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
86
-
87
- 2020-08-08T07:19:47.840899+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:49:in `require_relative'
88
-
89
- 2020-08-08T07:19:47.840899+00:00 app[web.1]: from config.ru:3:in `block in <main>'
90
-
91
- 2020-08-08T07:19:47.840901+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/builder.rb:116:in `eval'
92
-
93
- 2020-08-08T07:19:47.840903+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/builder.rb:116:in `new_from_string'
94
-
95
- 2020-08-08T07:19:47.840917+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/builder.rb:105:in `load_file'
96
-
97
- 2020-08-08T07:19:47.840918+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/builder.rb:66:in `parse_file'
98
-
99
- 2020-08-08T07:19:47.840918+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/server.rb:349:in `build_app_and_options_from_config'
100
-
101
- 2020-08-08T07:19:47.840920+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/server.rb:249:in `app'
102
-
103
- 2020-08-08T07:19:47.840922+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:27:in `app'
104
-
105
- 2020-08-08T07:19:47.840923+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/server.rb:422:in `wrapped_app'
106
76
 
107
77
  2020-08-08T07:19:47.840938+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.3/lib/rack/server.rb:312:in `block in start'
108
78
 
@@ -249,3 +219,113 @@
249
219
 
250
220
 
251
221
  問題、原因の特定に必要なファイルやコードがありましたら、ご指摘願います。
222
+
223
+ **追記(8/10 12:20)**
224
+
225
+ ---
226
+
227
+ $ git push heroku master を実行すると下記のワーニングが発生します。
228
+
229
+
230
+
231
+ ```terminal
232
+
233
+ remote: ###### WARNING:
234
+
235
+ remote:
236
+
237
+ remote: Detecting rails configuration failed
238
+
239
+ remote: set HEROKU_DEBUG_RAILS_RUNNER=1 to debug
240
+
241
+ remote:
242
+
243
+ remote: ###### WARNING:
244
+
245
+ remote:
246
+
247
+ remote: We detected that some binary dependencies required to
248
+
249
+ remote: use all the preview features of Active Storage are not
250
+
251
+ remote: present on this system.
252
+
253
+ remote:
254
+
255
+ remote: For more information please see:
256
+
257
+ remote: https://devcenter.heroku.com/articles/active-storage-on-heroku
258
+
259
+ remote:
260
+
261
+ remote:
262
+
263
+ remote: ###### WARNING:
264
+
265
+ remote:
266
+
267
+ remote: There is a more recent Ruby version available for you to use:
268
+
269
+ remote:
270
+
271
+ remote: 2.5.8
272
+
273
+ remote:
274
+
275
+ remote: The latest version will include security and bug fixes. We always recommend
276
+
277
+ remote: running the latest version of your minor release.
278
+
279
+ remote:
280
+
281
+ remote: Please upgrade your Ruby version.
282
+
283
+ remote:
284
+
285
+ remote: For all available Ruby versions see:
286
+
287
+ remote: https://devcenter.heroku.com/articles/ruby-support#supported-runtimes
288
+
289
+ remote:
290
+
291
+ remote: ###### WARNING:
292
+
293
+ remote:
294
+
295
+ remote: No Procfile detected, using the default web server.
296
+
297
+ remote: We recommend explicitly declaring how to boot your server process via a Procfile.
298
+
299
+ remote: https://devcenter.heroku.com/articles/ruby-default-web-server
300
+
301
+ remote:
302
+
303
+ remote:
304
+
305
+ remote: -----> Discovering process types
306
+
307
+ remote: Procfile declares types -> (none)
308
+
309
+ remote: Default types for buildpack -> console, rake, web
310
+
311
+ remote:
312
+
313
+ remote: -----> Compressing...
314
+
315
+ remote: Done: 80.3M
316
+
317
+ remote: -----> Launching...
318
+
319
+ remote: Released v9
320
+
321
+ remote: https://unsunghero.herokuapp.com/ deployed to Heroku
322
+
323
+ remote:
324
+
325
+ remote: Verifying deploy... done.
326
+
327
+ To https://git.heroku.com/unsunghero.git
328
+
329
+ ec09b30..2ae93d8 master -> master
330
+
331
+ ```