質問編集履歴

1

Gemfile.lockを載せました。

2019/12/15 10:41

投稿

helo
helo

スコア36

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,482 @@
1
+ ```ここに言語を入力
2
+
3
+
4
+
5
+ remote: https://rubygems.org/
6
+
7
+ specs:
8
+
9
+ actioncable (5.1.6)
10
+
11
+ actionpack (= 5.1.6)
12
+
13
+ nio4r (~> 2.0)
14
+
15
+ websocket-driver (~> 0.6.1)
16
+
17
+ actionmailer (5.1.6)
18
+
19
+ actionpack (= 5.1.6)
20
+
21
+ actionview (= 5.1.6)
22
+
23
+ activejob (= 5.1.6)
24
+
25
+ mail (~> 2.5, >= 2.5.4)
26
+
27
+ rails-dom-testing (~> 2.0)
28
+
29
+ actionpack (5.1.6)
30
+
31
+ actionview (= 5.1.6)
32
+
33
+ activesupport (= 5.1.6)
34
+
35
+ rack (~> 2.0)
36
+
37
+ rack-test (>= 0.6.3)
38
+
39
+ rails-dom-testing (~> 2.0)
40
+
41
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
42
+
43
+ actionview (5.1.6)
44
+
45
+ activesupport (= 5.1.6)
46
+
47
+ builder (~> 3.1)
48
+
49
+ erubi (~> 1.4)
50
+
51
+ rails-dom-testing (~> 2.0)
52
+
53
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
54
+
55
+ activejob (5.1.6)
56
+
57
+ activesupport (= 5.1.6)
58
+
59
+ globalid (>= 0.3.6)
60
+
61
+ activemodel (5.1.6)
62
+
63
+ activesupport (= 5.1.6)
64
+
65
+ activerecord (5.1.6)
66
+
67
+ activemodel (= 5.1.6)
68
+
69
+ activesupport (= 5.1.6)
70
+
71
+ arel (~> 8.0)
72
+
73
+ activesupport (5.1.6)
74
+
75
+ concurrent-ruby (~> 1.0, >= 1.0.2)
76
+
77
+ i18n (>= 0.7, < 2)
78
+
79
+ minitest (~> 5.1)
80
+
81
+ tzinfo (~> 1.1)
82
+
83
+ ansi (1.5.0)
84
+
85
+ arel (8.0.0)
86
+
87
+ autoprefixer-rails (9.7.3)
88
+
89
+ execjs
90
+
91
+ bcrypt (3.1.12-x64-mingw32)
92
+
93
+ bindex (0.8.1)
94
+
95
+ bootstrap-sass (3.3.7)
96
+
97
+ autoprefixer-rails (>= 5.2.1)
98
+
99
+ sass (>= 3.3.4)
100
+
101
+ builder (3.2.3)
102
+
103
+ byebug (11.0.1)
104
+
105
+ coderay (1.1.2)
106
+
107
+ coffee-rails (4.2.2)
108
+
109
+ coffee-script (>= 2.2.0)
110
+
111
+ railties (>= 4.0.0)
112
+
113
+ coffee-script (2.4.1)
114
+
115
+ coffee-script-source
116
+
117
+ execjs
118
+
119
+ coffee-script-source (1.12.2)
120
+
121
+ concurrent-ruby (1.1.5)
122
+
123
+ crass (1.0.5)
124
+
125
+ erubi (1.9.0)
126
+
127
+ execjs (2.7.0)
128
+
129
+ ffi (1.11.2-x64-mingw32)
130
+
131
+ formatador (0.2.5)
132
+
133
+ globalid (0.4.2)
134
+
135
+ activesupport (>= 4.2.0)
136
+
137
+ guard (2.13.0)
138
+
139
+ formatador (>= 0.2.4)
140
+
141
+ listen (>= 2.7, <= 4.0)
142
+
143
+ lumberjack (~> 1.0)
144
+
145
+ nenv (~> 0.1)
146
+
147
+ notiffany (~> 0.0)
148
+
149
+ pry (>= 0.9.12)
150
+
151
+ shellany (~> 0.0)
152
+
153
+ thor (>= 0.18.1)
154
+
155
+ guard-compat (1.2.1)
156
+
157
+ guard-minitest (2.4.4)
158
+
159
+ guard-compat (~> 1.2)
160
+
161
+ minitest (>= 3.0)
162
+
163
+ i18n (1.7.0)
164
+
165
+ concurrent-ruby (~> 1.0)
166
+
167
+ jbuilder (2.7.0)
168
+
169
+ activesupport (>= 4.2.0)
170
+
171
+ multi_json (>= 1.2)
172
+
173
+ jquery-rails (4.3.1)
174
+
175
+ rails-dom-testing (>= 1, < 3)
176
+
177
+ railties (>= 4.2.0)
178
+
179
+ thor (>= 0.14, < 2.0)
180
+
181
+ listen (3.1.5)
182
+
183
+ rb-fsevent (~> 0.9, >= 0.9.4)
184
+
185
+ rb-inotify (~> 0.9, >= 0.9.7)
186
+
187
+ ruby_dep (~> 1.2)
188
+
189
+ loofah (2.3.1)
190
+
191
+ crass (~> 1.0.2)
192
+
193
+ nokogiri (>= 1.5.9)
194
+
195
+ lumberjack (1.0.13)
196
+
197
+ mail (2.7.1)
198
+
199
+ mini_mime (>= 0.1.1)
200
+
201
+ method_source (0.9.2)
202
+
203
+ mini_mime (1.0.2)
204
+
205
+ mini_portile2 (2.4.0)
206
+
207
+ minitest (5.10.3)
208
+
209
+ minitest-reporters (1.1.14)
210
+
211
+ ansi
212
+
213
+ builder
214
+
215
+ minitest (>= 5.0)
216
+
217
+ ruby-progressbar
218
+
219
+ multi_json (1.14.1)
220
+
221
+ nenv (0.3.0)
222
+
223
+ nio4r (2.5.2)
224
+
225
+ nokogiri (1.10.5-x64-mingw32)
226
+
227
+ mini_portile2 (~> 2.4.0)
228
+
229
+ notiffany (0.1.3)
230
+
231
+ nenv (~> 0.1)
232
+
233
+ shellany (~> 0.0)
234
+
235
+ pg (0.20.0-x64-mingw32)
236
+
237
+ pry (0.12.2)
238
+
239
+ coderay (~> 1.1.0)
240
+
241
+ method_source (~> 0.9.0)
242
+
243
+ pry-byebug (3.7.0)
244
+
245
+ byebug (~> 11.0)
246
+
247
+ pry (~> 0.10)
248
+
249
+ pry-rails (0.3.9)
250
+
251
+ pry (>= 0.10.4)
252
+
253
+ puma (3.9.1)
254
+
255
+ rack (2.0.7)
256
+
257
+ rack-test (1.1.0)
258
+
259
+ rack (>= 1.0, < 3)
260
+
261
+ rails (5.1.6)
262
+
263
+ actioncable (= 5.1.6)
264
+
265
+ actionmailer (= 5.1.6)
266
+
267
+ actionpack (= 5.1.6)
268
+
269
+ actionview (= 5.1.6)
270
+
271
+ activejob (= 5.1.6)
272
+
273
+ activemodel (= 5.1.6)
274
+
275
+ activerecord (= 5.1.6)
276
+
277
+ activesupport (= 5.1.6)
278
+
279
+ bundler (>= 1.3.0)
280
+
281
+ railties (= 5.1.6)
282
+
283
+ sprockets-rails (>= 2.0.0)
284
+
285
+ rails-controller-testing (1.0.2)
286
+
287
+ actionpack (~> 5.x, >= 5.0.1)
288
+
289
+ actionview (~> 5.x, >= 5.0.1)
290
+
291
+ activesupport (~> 5.x)
292
+
293
+ rails-dom-testing (2.0.3)
294
+
295
+ activesupport (>= 4.2.0)
296
+
297
+ nokogiri (>= 1.6)
298
+
299
+ rails-html-sanitizer (1.3.0)
300
+
301
+ loofah (~> 2.3)
302
+
303
+ railties (5.1.6)
304
+
305
+ actionpack (= 5.1.6)
306
+
307
+ activesupport (= 5.1.6)
308
+
309
+ method_source
310
+
311
+ rake (>= 0.8.7)
312
+
313
+ thor (>= 0.18.1, < 2.0)
314
+
315
+ rake (13.0.1)
316
+
317
+ rb-fsevent (0.10.3)
318
+
319
+ rb-inotify (0.10.0)
320
+
321
+ ffi (~> 1.0)
322
+
323
+ ruby-progressbar (1.10.1)
324
+
325
+ ruby_dep (1.5.0)
326
+
327
+ sass (3.7.4)
328
+
329
+ sass-listen (~> 4.0.0)
330
+
331
+ sass-listen (4.0.0)
332
+
333
+ rb-fsevent (~> 0.9, >= 0.9.4)
334
+
335
+ rb-inotify (~> 0.9, >= 0.9.7)
336
+
337
+ sass-rails (5.0.6)
338
+
339
+ railties (>= 4.0.0, < 6)
340
+
341
+ sass (~> 3.1)
342
+
343
+ sprockets (>= 2.8, < 4.0)
344
+
345
+ sprockets-rails (>= 2.0, < 4.0)
346
+
347
+ tilt (>= 1.1, < 3)
348
+
349
+ shellany (0.0.1)
350
+
351
+ spring (2.0.2)
352
+
353
+ activesupport (>= 4.2)
354
+
355
+ spring-watcher-listen (2.0.1)
356
+
357
+ listen (>= 2.7, < 4.0)
358
+
359
+ spring (>= 1.2, < 3.0)
360
+
361
+ sprockets (3.7.2)
362
+
363
+ concurrent-ruby (~> 1.0)
364
+
365
+ rack (> 1, < 3)
366
+
367
+ sprockets-rails (3.2.1)
368
+
369
+ actionpack (>= 4.0)
370
+
371
+ activesupport (>= 4.0)
372
+
373
+ sprockets (>= 3.0.0)
374
+
375
+ sqlite3 (1.3.13-x64-mingw32)
376
+
377
+ thor (0.20.3)
378
+
379
+ thread_safe (0.3.6)
380
+
381
+ tilt (2.0.10)
382
+
383
+ turbolinks (5.0.1)
384
+
385
+ turbolinks-source (~> 5)
386
+
387
+ turbolinks-source (5.2.0)
388
+
389
+ tzinfo (1.2.5)
390
+
391
+ thread_safe (~> 0.1)
392
+
393
+ tzinfo-data (1.2019.3)
394
+
395
+ tzinfo (>= 1.0.0)
396
+
397
+ uglifier (3.2.0)
398
+
399
+ execjs (>= 0.3.0, < 3)
400
+
401
+ web-console (3.5.1)
402
+
403
+ actionview (>= 5.0)
404
+
405
+ activemodel (>= 5.0)
406
+
407
+ bindex (>= 0.4.0)
408
+
409
+ railties (>= 5.0)
410
+
411
+ websocket-driver (0.6.5)
412
+
413
+ websocket-extensions (>= 0.1.0)
414
+
415
+ websocket-extensions (0.1.4)
416
+
417
+
418
+
419
+ PLATFORMS
420
+
421
+ x64-mingw32
422
+
423
+
424
+
425
+ DEPENDENCIES
426
+
427
+ bcrypt (= 3.1.12)
428
+
429
+ bootstrap-sass (= 3.3.7)
430
+
431
+ byebug (= 9.0.6)
432
+
433
+ coffee-rails (= 4.2.2)
434
+
435
+ guard (= 2.13.0)
436
+
437
+ guard-minitest (= 2.4.4)
438
+
439
+ jbuilder (= 2.7.0)
440
+
441
+ jquery-rails (= 4.3.1)
442
+
443
+ listen (= 3.1.5)
444
+
445
+ minitest (= 5.10.3)
446
+
447
+ minitest-reporters (= 1.1.14)
448
+
449
+ pg (= 0.20.0)
450
+
451
+ pry-byebug
452
+
453
+ pry-rails
454
+
455
+ puma (= 3.9.1)
456
+
457
+ rails (= 5.1.6)
458
+
459
+ rails-controller-testing (= 1.0.2)
460
+
461
+ sass-rails (= 5.0.6)
462
+
463
+ spring (= 2.0.2)
464
+
465
+ spring-watcher-listen (= 2.0.1)
466
+
467
+ sqlite3 (= 1.3.13)
468
+
469
+ turbolinks (= 5.0.1)
470
+
471
+ tzinfo-data
472
+
473
+ uglifier (= 3.2.0)
474
+
475
+ web-console (= 3.5.1)
476
+
477
+
478
+
1
- ### 前提・実現したいこと
479
+ ```### 前提・実現したいこと
2
480
 
3
481
  現在、Railsチュートリアル第7章を進めているのですが、UsersController.rbの
4
482