質問編集履歴

1

内容変更

2019/08/31 12:14

投稿

y_tantan
y_tantan

スコア19

test CHANGED
File without changes
test CHANGED
@@ -41,3 +41,19 @@
41
41
 
42
42
 
43
43
  どうしたら『 __hello, world!__ 』と表示させることができるでしょうか?
44
+
45
+
46
+
47
+ $ git push heroku master を行なった際に以下のようにメッセージが出てきました。
48
+
49
+ ```ここに言語を入力
50
+
51
+ remote: ! Failed to install gems via Bundler.
52
+
53
+ remote: ! Detected sqlite3 gem which is not supported on Heroku:
54
+
55
+ remote: ! https://devcenter.heroku.com/articles/sqlite3
56
+
57
+
58
+
59
+ ```