質問編集履歴
1
エラーメッセージをより詳しく書きました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,17 @@
|
|
9
9
|
remote: ! Failed to install gems via Bundler.
|
10
10
|
remote: ! Detected sqlite3 gem which is not supported on Heroku:
|
11
11
|
remote: ! https://devcenter.heroku.com/articles/sqlite3
|
12
|
+
remote: !
|
13
|
+
remote: ! Push rejected, failed to compile Ruby app.
|
14
|
+
remote:
|
15
|
+
remote: ! Push failed
|
16
|
+
remote: Verifying deploy...
|
17
|
+
remote:
|
18
|
+
remote: ! Push rejected to instagram-app-yori.
|
19
|
+
remote:
|
20
|
+
To https://git.heroku.com/instagram-app-yori.git
|
21
|
+
! [remote rejected] master -> master (pre-receive hook declined)
|
22
|
+
error: failed to push some refs to 'https://git.heroku.com/instagram-app-yori.git'
|
12
23
|
```
|
13
24
|
|
14
25
|
### 試したこと
|