質問編集履歴

2

bundle等の実行結果追記

2019/03/24 12:20

投稿

iyore888
iyore888

スコア40

test CHANGED
File without changes
test CHANGED
@@ -108,7 +108,7 @@
108
108
 
109
109
  #Gemgile
110
110
 
111
- ```ここに言語を入力
111
+ ```ruby
112
112
 
113
113
  source 'https://rubygems.org'
114
114
 
@@ -228,6 +228,168 @@
228
228
 
229
229
 
230
230
 
231
+
232
+
233
+ #追記:bundle installの結果
234
+
235
+ ```
236
+
237
+ piyota08:~/environment/vue.js-tutorial (master) $ bundle
238
+
239
+ The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
240
+
241
+ Using rake 12.3.2
242
+
243
+ Using concurrent-ruby 1.1.5
244
+
245
+ Using i18n 1.6.0
246
+
247
+ Using minitest 5.11.3
248
+
249
+ Using thread_safe 0.3.6
250
+
251
+ Using tzinfo 1.2.5
252
+
253
+ Using activesupport 5.1.6.2
254
+
255
+ Using builder 3.2.3
256
+
257
+ Using erubi 1.8.0
258
+
259
+ Using mini_portile2 2.4.0
260
+
261
+ Using nokogiri 1.10.1
262
+
263
+ Using rails-dom-testing 2.0.3
264
+
265
+ Using crass 1.0.4
266
+
267
+ Using loofah 2.2.3
268
+
269
+ Using rails-html-sanitizer 1.0.4
270
+
271
+ Using actionview 5.1.6.2
272
+
273
+ Using rack 2.0.6
274
+
275
+ Using rack-test 1.1.0
276
+
277
+ Using actionpack 5.1.6.2
278
+
279
+ Using nio4r 2.3.1
280
+
281
+ Using websocket-extensions 0.1.3
282
+
283
+ Using websocket-driver 0.6.5
284
+
285
+ Using actioncable 5.1.6.2
286
+
287
+ Using globalid 0.4.2
288
+
289
+ Using activejob 5.1.6.2
290
+
291
+ Using mini_mime 1.0.1
292
+
293
+ Using mail 2.7.1
294
+
295
+ Using actionmailer 5.1.6.2
296
+
297
+ Using activemodel 5.1.6.2
298
+
299
+ Using arel 8.0.0
300
+
301
+ Using activerecord 5.1.6.2
302
+
303
+ Using public_suffix 3.0.3
304
+
305
+ Using addressable 2.6.0
306
+
307
+ Using bindex 0.5.0
308
+
309
+ Using bundler 1.17.2
310
+
311
+ Using byebug 11.0.1
312
+
313
+ Using xpath 3.2.0
314
+
315
+ Using capybara 2.18.0
316
+
317
+ Using ffi 1.10.0
318
+
319
+ Using childprocess 0.9.0
320
+
321
+ Using coffee-script-source 1.12.2
322
+
323
+ Using execjs 2.7.0
324
+
325
+ Using coffee-script 2.4.1
326
+
327
+ Using method_source 0.9.2
328
+
329
+ Using thor 0.20.3
330
+
331
+ Using railties 5.1.6.2
332
+
333
+ Using coffee-rails 4.2.2
334
+
335
+ Using multi_json 1.13.1
336
+
337
+ Using jbuilder 2.8.0
338
+
339
+ Using rb-fsevent 0.10.3
340
+
341
+ Using rb-inotify 0.10.0
342
+
343
+ Using ruby_dep 1.5.0
344
+
345
+ Using listen 3.1.5
346
+
347
+ Using puma 3.12.1
348
+
349
+ Using rack-proxy 0.6.5
350
+
351
+ Using sprockets 3.7.2
352
+
353
+ Using sprockets-rails 3.2.1
354
+
355
+ Using rails 5.1.6.2
356
+
357
+ Using rubyzip 1.2.2
358
+
359
+ Using sass-listen 4.0.0
360
+
361
+ Using sass 3.7.3
362
+
363
+ Using tilt 2.0.9
364
+
365
+ Using sass-rails 5.0.7
366
+
367
+ Using selenium-webdriver 3.141.0
368
+
369
+ Using spring 2.0.2
370
+
371
+ Using spring-watcher-listen 2.0.1
372
+
373
+ Using sqlite3 1.4.0
374
+
375
+ Using turbolinks-source 5.2.0
376
+
377
+ Using turbolinks 5.2.0
378
+
379
+ Using uglifier 4.1.20
380
+
381
+ Using web-console 3.7.0
382
+
383
+ Using webpacker 4.0.2 from https://github.com/rails/webpacker.git (at master@554221c)
384
+
385
+ Bundle complete! 17 Gemfile dependencies, 72 gems now installed.
386
+
387
+ Use `bundle info [gemname]` to see where a bundled gem is installed.
388
+
389
+ ```
390
+
391
+
392
+
231
393
  #お願い
232
394
 
233
395
  一人では解決が難しいため

1

2019/03/24 12:20

投稿

iyore888
iyore888

スコア40

test CHANGED
File without changes
test CHANGED
@@ -94,7 +94,7 @@
94
94
 
95
95
 
96
96
 
97
- #ルがこないことにする対
97
+ #エラへの対処
98
98
 
99
99
  ①エラーをググってみた
100
100