質問編集履歴
1
コードの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,4 +31,75 @@
|
|
31
31
|
|
32
32
|
一通りググって試した結果全部ダメでした。
|
33
33
|
|
34
|
-
どなたかアドバイスお願いします。
|
34
|
+
どなたかアドバイスお願いします。
|
35
|
+
|
36
|
+
|
37
|
+
出てきたコード(所々カットしています)
|
38
|
+
|
39
|
+
! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
|
40
|
+
Detected buildpacks: Ruby,Node.js
|
41
|
+
See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
|
42
|
+
-----> Ruby app detected
|
43
|
+
-----> Compiling Ruby/Rails
|
44
|
+
-----> Using Ruby version: ruby-2.5.1
|
45
|
+
-----> Installing dependencies using bundler 1.15.2
|
46
|
+
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
|
47
|
+
Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.4). We suggest you upgrade to the latest version of Bundler by running `gem install
|
48
|
+
|
49
|
+
|
50
|
+
Bundle complete! 20 Gemfile dependencies, 66 gems now installed.
|
51
|
+
Gems in the groups development and test were not installed.
|
52
|
+
Bundled gems are installed into ./vendor/bundle.
|
53
|
+
Post-install message from i18n:
|
54
|
+
|
55
|
+
HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
|
56
|
+
But that may break your application.
|
57
|
+
|
58
|
+
Please check your Rails app for 'config.i18n.fallbacks = true'.
|
59
|
+
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
|
60
|
+
'config.i18n.fallbacks = [I18n.default_locale]'.
|
61
|
+
If not, fallbacks will be broken in your app by I18n 1.1.x.
|
62
|
+
|
63
|
+
For more info see:
|
64
|
+
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
|
65
|
+
|
66
|
+
Post-install message from sass:
|
67
|
+
|
68
|
+
Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
|
69
|
+
|
70
|
+
* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
|
71
|
+
primary implementation: https://sass-lang.com/install
|
72
|
+
|
73
|
+
* If you use Sass as a plug-in for a Ruby web framework, we recommend using the
|
74
|
+
sassc gem: https://github.com/sass/sassc-ruby#readme
|
75
|
+
|
76
|
+
* For more details, please refer to the Sass blog:
|
77
|
+
http://sass.logdown.com/posts/7081811
|
78
|
+
|
79
|
+
Bundle completed (50.18s)
|
80
|
+
Cleaning up the bundler cache.
|
81
|
+
Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.4). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
|
82
|
+
The latest bundler is 2.0.1, but you are currently running 1.15.2.
|
83
|
+
To update, run `gem install bundler`
|
84
|
+
-----> Installing node-v10.14.1-linux-x64
|
85
|
+
-----> Detecting rake tasks
|
86
|
+
-----> Preparing app for Rails asset pipeline
|
87
|
+
Running: rake assets:precompile
|
88
|
+
rake aborted!
|
89
|
+
YAML syntax error occurred while parsing /tmp/build_37e0980603a231b872956b03ecee0a9f/config/database.yml. Please note that YAML must be consistently indented using spaces. Tabs are not allowed. Error: (<unknown>): did not find expected key while parsing a block mapping at line 7 column 1
|
90
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/railties-5.2.1/lib/rails/application/configuration.rb:190:in `rescue in database_configuration'
|
91
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/railties-5.2.1/lib/rails/application/configuration.rb:165:in `database_configuration'
|
92
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/railtie.rb:133:in `block (2 levels) in <class:Railtie>'
|
93
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/lazy_load_hooks.rb:71:in `instance_eval'
|
94
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/activesupport-
|
95
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'
|
96
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/rake-
|
97
|
+
|
98
|
+
12.3.2/exe/rake:27:in `<top (required)>'
|
99
|
+
Tasks: TOP => environment
|
100
|
+
(See full trace by running task with --trace)
|
101
|
+
!
|
102
|
+
! Precompiling assets failed.
|
103
|
+
!
|
104
|
+
! Push rejected, failed to compile Ruby app.
|
105
|
+
! Push failed
|