質問編集履歴
1
コードの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -65,3 +65,145 @@
|
|
65
65
|
|
66
66
|
|
67
67
|
どなたかアドバイスお願いします。
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
出てきたコード(所々カットしています)
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
|
78
|
+
|
79
|
+
Detected buildpacks: Ruby,Node.js
|
80
|
+
|
81
|
+
See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
|
82
|
+
|
83
|
+
-----> Ruby app detected
|
84
|
+
|
85
|
+
-----> Compiling Ruby/Rails
|
86
|
+
|
87
|
+
-----> Using Ruby version: ruby-2.5.1
|
88
|
+
|
89
|
+
-----> Installing dependencies using bundler 1.15.2
|
90
|
+
|
91
|
+
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
|
92
|
+
|
93
|
+
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
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
Bundle complete! 20 Gemfile dependencies, 66 gems now installed.
|
100
|
+
|
101
|
+
Gems in the groups development and test were not installed.
|
102
|
+
|
103
|
+
Bundled gems are installed into ./vendor/bundle.
|
104
|
+
|
105
|
+
Post-install message from i18n:
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
|
110
|
+
|
111
|
+
But that may break your application.
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
Please check your Rails app for 'config.i18n.fallbacks = true'.
|
116
|
+
|
117
|
+
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
|
118
|
+
|
119
|
+
'config.i18n.fallbacks = [I18n.default_locale]'.
|
120
|
+
|
121
|
+
If not, fallbacks will be broken in your app by I18n 1.1.x.
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
For more info see:
|
126
|
+
|
127
|
+
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
Post-install message from sass:
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
|
140
|
+
|
141
|
+
primary implementation: https://sass-lang.com/install
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
* If you use Sass as a plug-in for a Ruby web framework, we recommend using the
|
146
|
+
|
147
|
+
sassc gem: https://github.com/sass/sassc-ruby#readme
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
* For more details, please refer to the Sass blog:
|
152
|
+
|
153
|
+
http://sass.logdown.com/posts/7081811
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
Bundle completed (50.18s)
|
158
|
+
|
159
|
+
Cleaning up the bundler cache.
|
160
|
+
|
161
|
+
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`.
|
162
|
+
|
163
|
+
The latest bundler is 2.0.1, but you are currently running 1.15.2.
|
164
|
+
|
165
|
+
To update, run `gem install bundler`
|
166
|
+
|
167
|
+
-----> Installing node-v10.14.1-linux-x64
|
168
|
+
|
169
|
+
-----> Detecting rake tasks
|
170
|
+
|
171
|
+
-----> Preparing app for Rails asset pipeline
|
172
|
+
|
173
|
+
Running: rake assets:precompile
|
174
|
+
|
175
|
+
rake aborted!
|
176
|
+
|
177
|
+
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
|
178
|
+
|
179
|
+
/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'
|
180
|
+
|
181
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/railties-5.2.1/lib/rails/application/configuration.rb:165:in `database_configuration'
|
182
|
+
|
183
|
+
/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>'
|
184
|
+
|
185
|
+
/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'
|
186
|
+
|
187
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/activesupport-
|
188
|
+
|
189
|
+
/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'
|
190
|
+
|
191
|
+
/tmp/build_37e0980603a231b872956b03ecee0a9f/vendor/bundle/ruby/2.5.0/gems/rake-
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
12.3.2/exe/rake:27:in `<top (required)>'
|
196
|
+
|
197
|
+
Tasks: TOP => environment
|
198
|
+
|
199
|
+
(See full trace by running task with --trace)
|
200
|
+
|
201
|
+
!
|
202
|
+
|
203
|
+
! Precompiling assets failed.
|
204
|
+
|
205
|
+
!
|
206
|
+
|
207
|
+
! Push rejected, failed to compile Ruby app.
|
208
|
+
|
209
|
+
! Push failed
|