質問編集履歴
1
Gemfile.lockを載せました。
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -1,4 +1,243 @@
|
|
|
1
|
+
```ここに言語を入力
|
|
2
|
+
|
|
3
|
+
remote: https://rubygems.org/
|
|
4
|
+
specs:
|
|
5
|
+
actioncable (5.1.6)
|
|
6
|
+
actionpack (= 5.1.6)
|
|
7
|
+
nio4r (~> 2.0)
|
|
8
|
+
websocket-driver (~> 0.6.1)
|
|
9
|
+
actionmailer (5.1.6)
|
|
10
|
+
actionpack (= 5.1.6)
|
|
11
|
+
actionview (= 5.1.6)
|
|
12
|
+
activejob (= 5.1.6)
|
|
13
|
+
mail (~> 2.5, >= 2.5.4)
|
|
14
|
+
rails-dom-testing (~> 2.0)
|
|
15
|
+
actionpack (5.1.6)
|
|
16
|
+
actionview (= 5.1.6)
|
|
17
|
+
activesupport (= 5.1.6)
|
|
18
|
+
rack (~> 2.0)
|
|
19
|
+
rack-test (>= 0.6.3)
|
|
20
|
+
rails-dom-testing (~> 2.0)
|
|
21
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
22
|
+
actionview (5.1.6)
|
|
23
|
+
activesupport (= 5.1.6)
|
|
24
|
+
builder (~> 3.1)
|
|
25
|
+
erubi (~> 1.4)
|
|
26
|
+
rails-dom-testing (~> 2.0)
|
|
27
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
28
|
+
activejob (5.1.6)
|
|
29
|
+
activesupport (= 5.1.6)
|
|
30
|
+
globalid (>= 0.3.6)
|
|
31
|
+
activemodel (5.1.6)
|
|
32
|
+
activesupport (= 5.1.6)
|
|
33
|
+
activerecord (5.1.6)
|
|
34
|
+
activemodel (= 5.1.6)
|
|
35
|
+
activesupport (= 5.1.6)
|
|
36
|
+
arel (~> 8.0)
|
|
37
|
+
activesupport (5.1.6)
|
|
38
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
39
|
+
i18n (>= 0.7, < 2)
|
|
40
|
+
minitest (~> 5.1)
|
|
41
|
+
tzinfo (~> 1.1)
|
|
42
|
+
ansi (1.5.0)
|
|
43
|
+
arel (8.0.0)
|
|
44
|
+
autoprefixer-rails (9.7.3)
|
|
45
|
+
execjs
|
|
46
|
+
bcrypt (3.1.12-x64-mingw32)
|
|
47
|
+
bindex (0.8.1)
|
|
48
|
+
bootstrap-sass (3.3.7)
|
|
49
|
+
autoprefixer-rails (>= 5.2.1)
|
|
50
|
+
sass (>= 3.3.4)
|
|
51
|
+
builder (3.2.3)
|
|
52
|
+
byebug (11.0.1)
|
|
53
|
+
coderay (1.1.2)
|
|
54
|
+
coffee-rails (4.2.2)
|
|
55
|
+
coffee-script (>= 2.2.0)
|
|
56
|
+
railties (>= 4.0.0)
|
|
57
|
+
coffee-script (2.4.1)
|
|
58
|
+
coffee-script-source
|
|
59
|
+
execjs
|
|
60
|
+
coffee-script-source (1.12.2)
|
|
61
|
+
concurrent-ruby (1.1.5)
|
|
62
|
+
crass (1.0.5)
|
|
63
|
+
erubi (1.9.0)
|
|
64
|
+
execjs (2.7.0)
|
|
65
|
+
ffi (1.11.2-x64-mingw32)
|
|
66
|
+
formatador (0.2.5)
|
|
67
|
+
globalid (0.4.2)
|
|
68
|
+
activesupport (>= 4.2.0)
|
|
69
|
+
guard (2.13.0)
|
|
70
|
+
formatador (>= 0.2.4)
|
|
71
|
+
listen (>= 2.7, <= 4.0)
|
|
72
|
+
lumberjack (~> 1.0)
|
|
73
|
+
nenv (~> 0.1)
|
|
74
|
+
notiffany (~> 0.0)
|
|
75
|
+
pry (>= 0.9.12)
|
|
76
|
+
shellany (~> 0.0)
|
|
77
|
+
thor (>= 0.18.1)
|
|
78
|
+
guard-compat (1.2.1)
|
|
79
|
+
guard-minitest (2.4.4)
|
|
80
|
+
guard-compat (~> 1.2)
|
|
81
|
+
minitest (>= 3.0)
|
|
82
|
+
i18n (1.7.0)
|
|
83
|
+
concurrent-ruby (~> 1.0)
|
|
84
|
+
jbuilder (2.7.0)
|
|
85
|
+
activesupport (>= 4.2.0)
|
|
86
|
+
multi_json (>= 1.2)
|
|
87
|
+
jquery-rails (4.3.1)
|
|
88
|
+
rails-dom-testing (>= 1, < 3)
|
|
89
|
+
railties (>= 4.2.0)
|
|
90
|
+
thor (>= 0.14, < 2.0)
|
|
91
|
+
listen (3.1.5)
|
|
92
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
93
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
|
94
|
+
ruby_dep (~> 1.2)
|
|
95
|
+
loofah (2.3.1)
|
|
96
|
+
crass (~> 1.0.2)
|
|
97
|
+
nokogiri (>= 1.5.9)
|
|
98
|
+
lumberjack (1.0.13)
|
|
99
|
+
mail (2.7.1)
|
|
100
|
+
mini_mime (>= 0.1.1)
|
|
101
|
+
method_source (0.9.2)
|
|
102
|
+
mini_mime (1.0.2)
|
|
103
|
+
mini_portile2 (2.4.0)
|
|
104
|
+
minitest (5.10.3)
|
|
105
|
+
minitest-reporters (1.1.14)
|
|
106
|
+
ansi
|
|
107
|
+
builder
|
|
108
|
+
minitest (>= 5.0)
|
|
109
|
+
ruby-progressbar
|
|
110
|
+
multi_json (1.14.1)
|
|
111
|
+
nenv (0.3.0)
|
|
112
|
+
nio4r (2.5.2)
|
|
113
|
+
nokogiri (1.10.5-x64-mingw32)
|
|
114
|
+
mini_portile2 (~> 2.4.0)
|
|
115
|
+
notiffany (0.1.3)
|
|
116
|
+
nenv (~> 0.1)
|
|
117
|
+
shellany (~> 0.0)
|
|
118
|
+
pg (0.20.0-x64-mingw32)
|
|
119
|
+
pry (0.12.2)
|
|
120
|
+
coderay (~> 1.1.0)
|
|
121
|
+
method_source (~> 0.9.0)
|
|
122
|
+
pry-byebug (3.7.0)
|
|
123
|
+
byebug (~> 11.0)
|
|
124
|
+
pry (~> 0.10)
|
|
125
|
+
pry-rails (0.3.9)
|
|
126
|
+
pry (>= 0.10.4)
|
|
127
|
+
puma (3.9.1)
|
|
128
|
+
rack (2.0.7)
|
|
129
|
+
rack-test (1.1.0)
|
|
130
|
+
rack (>= 1.0, < 3)
|
|
131
|
+
rails (5.1.6)
|
|
132
|
+
actioncable (= 5.1.6)
|
|
133
|
+
actionmailer (= 5.1.6)
|
|
134
|
+
actionpack (= 5.1.6)
|
|
135
|
+
actionview (= 5.1.6)
|
|
136
|
+
activejob (= 5.1.6)
|
|
137
|
+
activemodel (= 5.1.6)
|
|
138
|
+
activerecord (= 5.1.6)
|
|
139
|
+
activesupport (= 5.1.6)
|
|
140
|
+
bundler (>= 1.3.0)
|
|
141
|
+
railties (= 5.1.6)
|
|
142
|
+
sprockets-rails (>= 2.0.0)
|
|
143
|
+
rails-controller-testing (1.0.2)
|
|
144
|
+
actionpack (~> 5.x, >= 5.0.1)
|
|
145
|
+
actionview (~> 5.x, >= 5.0.1)
|
|
146
|
+
activesupport (~> 5.x)
|
|
147
|
+
rails-dom-testing (2.0.3)
|
|
148
|
+
activesupport (>= 4.2.0)
|
|
149
|
+
nokogiri (>= 1.6)
|
|
150
|
+
rails-html-sanitizer (1.3.0)
|
|
151
|
+
loofah (~> 2.3)
|
|
152
|
+
railties (5.1.6)
|
|
153
|
+
actionpack (= 5.1.6)
|
|
154
|
+
activesupport (= 5.1.6)
|
|
155
|
+
method_source
|
|
156
|
+
rake (>= 0.8.7)
|
|
157
|
+
thor (>= 0.18.1, < 2.0)
|
|
158
|
+
rake (13.0.1)
|
|
159
|
+
rb-fsevent (0.10.3)
|
|
160
|
+
rb-inotify (0.10.0)
|
|
161
|
+
ffi (~> 1.0)
|
|
162
|
+
ruby-progressbar (1.10.1)
|
|
163
|
+
ruby_dep (1.5.0)
|
|
164
|
+
sass (3.7.4)
|
|
165
|
+
sass-listen (~> 4.0.0)
|
|
166
|
+
sass-listen (4.0.0)
|
|
167
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
168
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
|
169
|
+
sass-rails (5.0.6)
|
|
170
|
+
railties (>= 4.0.0, < 6)
|
|
171
|
+
sass (~> 3.1)
|
|
172
|
+
sprockets (>= 2.8, < 4.0)
|
|
173
|
+
sprockets-rails (>= 2.0, < 4.0)
|
|
174
|
+
tilt (>= 1.1, < 3)
|
|
175
|
+
shellany (0.0.1)
|
|
176
|
+
spring (2.0.2)
|
|
177
|
+
activesupport (>= 4.2)
|
|
178
|
+
spring-watcher-listen (2.0.1)
|
|
179
|
+
listen (>= 2.7, < 4.0)
|
|
180
|
+
spring (>= 1.2, < 3.0)
|
|
181
|
+
sprockets (3.7.2)
|
|
182
|
+
concurrent-ruby (~> 1.0)
|
|
183
|
+
rack (> 1, < 3)
|
|
184
|
+
sprockets-rails (3.2.1)
|
|
185
|
+
actionpack (>= 4.0)
|
|
186
|
+
activesupport (>= 4.0)
|
|
187
|
+
sprockets (>= 3.0.0)
|
|
188
|
+
sqlite3 (1.3.13-x64-mingw32)
|
|
189
|
+
thor (0.20.3)
|
|
190
|
+
thread_safe (0.3.6)
|
|
191
|
+
tilt (2.0.10)
|
|
192
|
+
turbolinks (5.0.1)
|
|
193
|
+
turbolinks-source (~> 5)
|
|
194
|
+
turbolinks-source (5.2.0)
|
|
195
|
+
tzinfo (1.2.5)
|
|
196
|
+
thread_safe (~> 0.1)
|
|
197
|
+
tzinfo-data (1.2019.3)
|
|
198
|
+
tzinfo (>= 1.0.0)
|
|
199
|
+
uglifier (3.2.0)
|
|
200
|
+
execjs (>= 0.3.0, < 3)
|
|
201
|
+
web-console (3.5.1)
|
|
202
|
+
actionview (>= 5.0)
|
|
203
|
+
activemodel (>= 5.0)
|
|
204
|
+
bindex (>= 0.4.0)
|
|
205
|
+
railties (>= 5.0)
|
|
206
|
+
websocket-driver (0.6.5)
|
|
207
|
+
websocket-extensions (>= 0.1.0)
|
|
208
|
+
websocket-extensions (0.1.4)
|
|
209
|
+
|
|
210
|
+
PLATFORMS
|
|
211
|
+
x64-mingw32
|
|
212
|
+
|
|
213
|
+
DEPENDENCIES
|
|
214
|
+
bcrypt (= 3.1.12)
|
|
215
|
+
bootstrap-sass (= 3.3.7)
|
|
216
|
+
byebug (= 9.0.6)
|
|
217
|
+
coffee-rails (= 4.2.2)
|
|
218
|
+
guard (= 2.13.0)
|
|
219
|
+
guard-minitest (= 2.4.4)
|
|
220
|
+
jbuilder (= 2.7.0)
|
|
221
|
+
jquery-rails (= 4.3.1)
|
|
222
|
+
listen (= 3.1.5)
|
|
223
|
+
minitest (= 5.10.3)
|
|
224
|
+
minitest-reporters (= 1.1.14)
|
|
225
|
+
pg (= 0.20.0)
|
|
226
|
+
pry-byebug
|
|
227
|
+
pry-rails
|
|
228
|
+
puma (= 3.9.1)
|
|
229
|
+
rails (= 5.1.6)
|
|
230
|
+
rails-controller-testing (= 1.0.2)
|
|
231
|
+
sass-rails (= 5.0.6)
|
|
232
|
+
spring (= 2.0.2)
|
|
233
|
+
spring-watcher-listen (= 2.0.1)
|
|
234
|
+
sqlite3 (= 1.3.13)
|
|
235
|
+
turbolinks (= 5.0.1)
|
|
236
|
+
tzinfo-data
|
|
237
|
+
uglifier (= 3.2.0)
|
|
238
|
+
web-console (= 3.5.1)
|
|
239
|
+
|
|
1
|
-
### 前提・実現したいこと
|
|
240
|
+
```### 前提・実現したいこと
|
|
2
241
|
現在、Railsチュートリアル第7章を進めているのですが、UsersController.rbの
|
|
3
242
|
showメッソド内にdebuggerメソッドを差し込んでサーバーでの(buybug)プロンプトが
|
|
4
243
|
出ているか確認する部分で、どうしても以下のエラーが出て確認作業が出来ない状態です。訳が判らず困惑しております。詳しい方いらっしゃいましたら、ご教示頂けますと
|