質問編集履歴

1

追記

2018/12/17 03:04

投稿

Piesuke
Piesuke

スコア15

test CHANGED
File without changes
test CHANGED
@@ -197,3 +197,51 @@
197
197
 
198
198
 
199
199
  お願いします。
200
+
201
+
202
+
203
+ 追記
204
+
205
+
206
+
207
+ エラー文
208
+
209
+ ```
210
+
211
+ remote: An error occurred while installing sqlite3 (1.3.13), and Bundler cannot
212
+
213
+ remote: continue.
214
+
215
+ remote: Make sure that `gem install sqlite3 -v '1.3.13'` succeeds before bundling.
216
+
217
+ remote: !
218
+
219
+ remote: ! Failed to install gems via Bundler.
220
+
221
+ remote: ! Detected sqlite3 gem which is not supported on Heroku:
222
+
223
+ remote: ! https://devcenter.heroku.com/articles/sqlite3
224
+
225
+ remote: !
226
+
227
+ remote: ! Push rejected, failed to compile Ruby app.
228
+
229
+ remote:
230
+
231
+ remote: ! Push failed
232
+
233
+ remote: Verifying deploy...
234
+
235
+ remote:
236
+
237
+ remote: ! Push rejected to hoge-hoge-00000.
238
+
239
+ remote:
240
+
241
+ To https://git.heroku.com/hoge-hoge-00000.git
242
+
243
+ ! [remote rejected] master -> master (pre-receive hook declined)
244
+
245
+ error: failed to push some refs to 'https://git.heroku.com/hoge-hoge-00000.git
246
+
247
+ ```