質問編集履歴

3

修正

2018/03/02 03:08

投稿

Ryo310
Ryo310

スコア14

test CHANGED
File without changes
test CHANGED
@@ -45,6 +45,10 @@
45
45
  Cannot run one-off process at this time. Please try again later.
46
46
 
47
47
  ```
48
+
49
+
50
+
51
+ ▼Herokuのコンソールログです
48
52
 
49
53
 
50
54
 

2

Herokuのコンソールログを追記

2018/03/02 03:08

投稿

Ryo310
Ryo310

スコア14

test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,66 @@
48
48
 
49
49
 
50
50
 
51
+ ```Heroku
52
+
53
+ To see why this extension failed to compile, please check the mkmf.log which can
54
+
55
+ be found here:
56
+
57
+
58
+
59
+ /tmp/build_9e38e3dd25e17f939e6ef9502a615656/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/sqlite3-1.3.13/mkmf.log
60
+
61
+
62
+
63
+ extconf failed, exit code 1
64
+
65
+
66
+
67
+ Gem files will remain installed in
68
+
69
+ /tmp/build_9e38e3dd25e17f939e6ef9502a615656/vendor/bundle/ruby/2.3.0/gems/sqlite3-1.3.13
70
+
71
+ for inspection.
72
+
73
+ Results logged to
74
+
75
+ /tmp/build_9e38e3dd25e17f939e6ef9502a615656/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/sqlite3-1.3.13/gem_make.out
76
+
77
+
78
+
79
+ An error occurred while installing sqlite3 (1.3.13), and Bundler cannot
80
+
81
+ continue.
82
+
83
+ Make sure that `gem install sqlite3 -v '1.3.13'` succeeds before bundling.
84
+
85
+
86
+
87
+ In Gemfile:
88
+
89
+ sqlite3
90
+
91
+ !
92
+
93
+ ! Failed to install gems via Bundler.
94
+
95
+ ! Detected sqlite3 gem which is not supported on Heroku:
96
+
97
+ ! https://devcenter.heroku.com/articles/sqlite3
98
+
99
+ !
100
+
101
+ ! Push rejected, failed to compile Ruby app.
102
+
103
+ ! Push failed
104
+
105
+
106
+
107
+ ```
108
+
109
+
110
+
51
111
  ### 試したこと
52
112
 
53
113
 

1

md記法

2018/03/02 03:07

投稿

Ryo310
Ryo310

スコア14

test CHANGED
File without changes
test CHANGED
@@ -4,9 +4,29 @@
4
4
 
5
5
 
6
6
 
7
+ 上記の途中で
8
+
9
+
10
+
11
+ ```
12
+
7
- 上記の途中でheroku run rake db:migrateをしたところ
13
+ heroku run rake db:migrate
14
+
15
+ ```
16
+
17
+
18
+
19
+ をしたところ
20
+
21
+
22
+
23
+ ```
8
24
 
9
25
  Cannot run one-off process at this time. Please try again later.
26
+
27
+ ```
28
+
29
+
10
30
 
11
31
  のエラーが発生しました。
12
32