質問編集履歴
2
rbenv versions の出力結果が少し変わりました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -126,9 +126,11 @@
|
|
126
126
|
|
127
127
|
|
128
128
|
|
129
|
-
○○○○noMacBook-Pro ~ % rbenv versions
|
129
|
+
○○○○noMacBook-Pro ~ % rbenv versions
|
130
130
|
|
131
131
|
* system
|
132
|
+
|
133
|
+
2.5.8
|
132
134
|
|
133
135
|
|
134
136
|
|
1
Rubyのバージョン2.1.0をインストールしようとしている理由と現在のRubyのバージョンを修正いたしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,9 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
現在会社で扱っているアプリがRubyのバージョン2.1.0を使用している為、
|
6
|
+
|
5
|
-
|
7
|
+
MacでRubyのバージョン2.1.0をインストールしようとしております。
|
6
8
|
|
7
9
|
|
8
10
|
|
@@ -34,23 +36,63 @@
|
|
34
36
|
|
35
37
|
```
|
36
38
|
|
39
|
+
○○○○noMacBook-Pro ~ % rbenv install 2.1.0
|
40
|
+
|
41
|
+
Downloading yaml-0.1.6.tar.gz...
|
42
|
+
|
43
|
+
-> https://dqw8nmjcqpjn7.cloudfront.net/7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749
|
44
|
+
|
45
|
+
Installing yaml-0.1.6...
|
46
|
+
|
47
|
+
Installed yaml-0.1.6 to /Users/connext/.anyenv/envs/rbenv/versions/2.1.0
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
Downloading openssl-1.0.2u.tar.gz...
|
52
|
+
|
53
|
+
-> https://dqw8nmjcqpjn7.cloudfront.net/ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
|
54
|
+
|
55
|
+
Installing openssl-1.0.2u...
|
56
|
+
|
57
|
+
Installed openssl-1.0.2u to /Users/connext/.anyenv/envs/rbenv/versions/2.1.0
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
Downloading ruby-2.1.0.tar.bz2...
|
62
|
+
|
63
|
+
-> https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.0.tar.bz2
|
64
|
+
|
65
|
+
Installing ruby-2.1.0...
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
WARNING: ruby-2.1.0 is past its end of life and is now unsupported.
|
70
|
+
|
71
|
+
It no longer receives bug fixes or critical security updates.
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
ruby-build: using readline from homebrew
|
76
|
+
|
77
|
+
|
78
|
+
|
37
79
|
BUILD FAILED (Mac OS X 10.15.6 using ruby-build 20201005)
|
38
80
|
|
39
81
|
|
40
82
|
|
41
|
-
Inspect or clean up the working tree at /t
|
83
|
+
Inspect or clean up the working tree at /var/folders/_c/qmkr4tn10dl2j63qs6y32nwc0000gn/T/ruby-build.20201006193805.36202.WRoFVt
|
42
84
|
|
43
|
-
Results logged to /t
|
85
|
+
Results logged to /var/folders/_c/qmkr4tn10dl2j63qs6y32nwc0000gn/T/ruby-build.20201006193805.36202.log
|
44
86
|
|
45
87
|
|
46
88
|
|
47
89
|
Last 10 log lines:
|
48
90
|
|
91
|
+
linking shared-object objspace.bundle
|
92
|
+
|
49
93
|
16 warnings generated.
|
50
94
|
|
51
95
|
linking shared-object json/ext/parser.bundle
|
52
|
-
|
53
|
-
linking shared-object objspace.bundle
|
54
96
|
|
55
97
|
linking shared-object json/ext/generator.bundle
|
56
98
|
|
@@ -126,6 +168,14 @@
|
|
126
168
|
|
127
169
|
/Users/○○○○/.anyenv/envs/rbenv/bin/rbenv
|
128
170
|
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
○○○○noMacBook-Pro ~ % ruby -v
|
176
|
+
|
177
|
+
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]
|
178
|
+
|
129
179
|
```
|
130
180
|
|
131
181
|
どうぞよろしくお願い致します。
|