質問編集履歴

1

エラー文をより詳細に

2018/06/03 08:47

投稿

kuraudo
kuraudo

スコア137

test CHANGED
File without changes
test CHANGED
@@ -36,9 +36,53 @@
36
36
 
37
37
  $ cd huga
38
38
 
39
+ $ ruby -v
40
+
41
+ rbenv: version `2.6.0' is not installed (set by /Users/hogeuser/huga/.ruby-version)
42
+
39
43
  $ rails s
40
44
 
45
+ ruby 2.6.0dev (2018-02-24 trunk 62563) [x86_64-darwin16]
46
+
47
+
48
+
49
+ -- Crash Report log information --------------------------------------------
50
+
51
+ See Crash Report log file under the one of following:
52
+
53
+ * ~/Library/Logs/DiagnosticReports
54
+
55
+ * /Library/Logs/DiagnosticReports
56
+
57
+ for more details.
58
+
59
+ Don't forget to include the above Crash Report log file in bug reports.
60
+
61
+
62
+
63
+ -- Control frame information -----------------------------------------------
64
+
65
+ .
66
+
67
+ .
68
+
69
+ .
70
+
71
+ [NOTE]
72
+
73
+ You may have encountered a bug in the Ruby interpreter or extension libraries.
74
+
75
+ Bug reports are welcome.
76
+
41
- rbenv: version `2.6.0' is not installed (set by /Users/hogeuser/huga/.ruby-version)
77
+ For details: http://www.ruby-lang.org/bugreport.html
78
+
79
+
80
+
81
+ [IMPORTANT]
82
+
83
+ Don't forget to include the Crash Report log file under
84
+
85
+ DiagnosticReports directory in bug reports.
42
86
 
43
87
  ```
44
88