質問編集履歴

1

bundle installの結果と追記

2019/09/03 11:42

投稿

morizoh
morizoh

スコア16

test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,175 @@
57
57
  Linux,Docker,Railsどれもど素人で質問になっていないかも知れませんので
58
58
 
59
59
  必要な情報などリクエスト頂けると幸いです。
60
+
61
+
62
+
63
+ ### 追記:bundle installの結果
64
+
65
+ ```ここに言語を入力
66
+
67
+ root@42e5fc849336:/var/www/sample_app# bundle install --without production
68
+
69
+ Using rake 12.3.3
70
+
71
+ Using concurrent-ruby 1.1.5
72
+
73
+ Using i18n 1.6.0
74
+
75
+ Using minitest 5.10.3
76
+
77
+ Using thread_safe 0.3.6
78
+
79
+ Using tzinfo 1.2.5
80
+
81
+ Using activesupport 5.1.6
82
+
83
+ Using builder 3.2.3
84
+
85
+ Using erubi 1.8.0
86
+
87
+ Using mini_portile2 2.4.0
88
+
89
+ Using nokogiri 1.10.4
90
+
91
+ Using rails-dom-testing 2.0.3
92
+
93
+ Using crass 1.0.4
94
+
95
+ Using loofah 2.2.3
96
+
97
+ Using rails-html-sanitizer 1.2.0
98
+
99
+ Using actionview 5.1.6
100
+
101
+ Using rack 2.0.7
102
+
103
+ Using rack-test 1.1.0
104
+
105
+ Using actionpack 5.1.6
106
+
107
+ Using nio4r 2.5.1
108
+
109
+ Using websocket-extensions 0.1.4
110
+
111
+ Using websocket-driver 0.6.5
112
+
113
+ Using actioncable 5.1.6
114
+
115
+ Using globalid 0.4.2
116
+
117
+ Using activejob 5.1.6
118
+
119
+ Using mini_mime 1.0.2
120
+
121
+ Using mail 2.7.1
122
+
123
+ Using actionmailer 5.1.6
124
+
125
+ Using activemodel 5.1.6
126
+
127
+ Using arel 8.0.0
128
+
129
+ Using activerecord 5.1.6
130
+
131
+ Using ansi 1.5.0
132
+
133
+ Using bindex 0.8.1
134
+
135
+ Using bundler 1.16.6
136
+
137
+ Using byebug 9.0.6
138
+
139
+ Using coderay 1.1.2
140
+
141
+ Using coffee-script-source 1.12.2
142
+
143
+ Using execjs 2.7.0
144
+
145
+ Using coffee-script 2.4.1
146
+
147
+ Using method_source 0.9.2
148
+
149
+ Using thor 0.20.3
150
+
151
+ Using railties 5.1.6
152
+
153
+ Using coffee-rails 4.2.2
154
+
155
+ Using ffi 1.11.1
156
+
157
+ Using formatador 0.2.5
158
+
159
+ Using rb-fsevent 0.10.3
160
+
161
+ Using rb-inotify 0.10.0
162
+
163
+ Using ruby_dep 1.5.0
164
+
165
+ Using listen 3.1.5
166
+
167
+ Using lumberjack 1.0.13
168
+
169
+ Using nenv 0.3.0
170
+
171
+ Using shellany 0.0.1
172
+
173
+ Using notiffany 0.1.3
174
+
175
+ Using pry 0.12.2
176
+
177
+ Using guard 2.13.0
178
+
179
+ Using guard-compat 1.2.1
180
+
181
+ Using guard-minitest 2.4.4
182
+
183
+ Using multi_json 1.13.1
184
+
185
+ Using jbuilder 2.7.0
186
+
187
+ Using jquery-rails 4.3.1
188
+
189
+ Using ruby-progressbar 1.10.1
190
+
191
+ Using minitest-reporters 1.1.14
192
+
193
+ Using puma 3.9.1
194
+
195
+ Using sprockets 3.7.2
196
+
197
+ Using sprockets-rails 3.2.1
198
+
199
+ Using rails 5.1.6
200
+
201
+ Using rails-controller-testing 1.0.2
202
+
203
+ Using sass-listen 4.0.0
204
+
205
+ Using sass 3.7.4
206
+
207
+ Using tilt 2.0.9
208
+
209
+ Using sass-rails 5.0.6
210
+
211
+ Using spring 2.0.2
212
+
213
+ Using spring-watcher-listen 2.0.1
214
+
215
+ Using sqlite3 1.3.13
216
+
217
+ Using turbolinks-source 5.2.0
218
+
219
+ Using turbolinks 5.0.1
220
+
221
+ Using uglifier 3.2.0
222
+
223
+ Using web-console 3.5.1
224
+
225
+ Bundle complete! 20 Gemfile dependencies, 78 gems now installed.
226
+
227
+ Gems in the group production were not installed.
228
+
229
+ Bundled gems are installed into `/usr/local/bundle`
230
+
231
+ ```