質問編集履歴

3

実現したいこと編集

2020/03/19 03:42

投稿

tak_tak_tak
tak_tak_tak

スコア11

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  rubyのバージョンを2.6.5に変えてください? と言われてるみたいなのですがgemfileにruby2.6.5を記述してデフォルトでruby2.6.5に設定してもWe're sorry, but something went wrong.If you are the application owner check the logs for more information.とデプロイできません。
6
6
 
7
-
7
+ Yarnはインストール済みです。
8
8
 
9
9
 
10
10
 

2

エラー修正

2020/03/19 03:42

投稿

tak_tak_tak
tak_tak_tak

スコア11

test CHANGED
@@ -1 +1 @@
1
- Herokuにデプロイできない
1
+ Herokuにデプロイできない。We're sorry, but something went wrong.
test CHANGED
@@ -2,19 +2,9 @@
2
2
 
3
3
  Herokuにデプロイしたいのですが以下のエラーが出ました。
4
4
 
5
- rubyのバージョンを2.6.5に変えてください? と言われてるみたいなのですが
5
+ rubyのバージョンを2.6.5に変えてください? と言われてるみたいなのですがgemfileにruby2.6.5を記述してデフォルトでruby2.6.5に設定してもWe're sorry, but something went wrong.If you are the application owner check the logs for more information.とデプロイできません。
6
6
 
7
- $ rbenv install 2.6.5と打つとbash: rbenv: command not foundと表示されます。
8
7
 
9
- 色々いじってたらgit push herokuでEverything up-to-dateと表示されデプロイできなくなりました。コミットしなおしたら
10
-
11
- On branch master
12
-
13
- Your branch is up-to-date with 'origin/master'.
14
-
15
- nothing to commit, working tree clean
16
-
17
- 表示されます。
18
8
 
19
9
 
20
10
 
@@ -28,21 +18,9 @@
28
18
 
29
19
  ```
30
20
 
31
- There is a more recent Ruby version available for you to use:
21
+ Yarn executable was not detected in the system.
32
22
 
33
- 2.6.5
34
-
35
-
36
-
37
- The latest version will include security and bug fixes, we always recommend
23
+ Download Yarn at https://yarnpkg.com/en/docs/install Asset
38
-
39
- running the latest version of your minor release.
40
-
41
-
42
-
43
- Please upgrade your Ruby version.
44
-
45
- ```
46
24
 
47
25
 
48
26
 

1

追記 エラー

2020/03/19 02:54

投稿

tak_tak_tak
tak_tak_tak

スコア11

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,16 @@
5
5
  rubyのバージョンを2.6.5に変えてください? と言われてるみたいなのですが、
6
6
 
7
7
  $ rbenv install 2.6.5と打つとbash: rbenv: command not foundと表示されます。
8
+
9
+ 色々いじってたらgit push herokuでEverything up-to-dateと表示されデプロイできなくなりました。コミットしなおしたら
10
+
11
+ On branch master
12
+
13
+ Your branch is up-to-date with 'origin/master'.
14
+
15
+ nothing to commit, working tree clean
16
+
17
+ 表示されます。
8
18
 
9
19
 
10
20