質問編集履歴
3
違う名前で再度newしてみました。以上のようなエラーが出ます。お手上げなので解決方法がわかる方いらっしゃったら教えていただきたいです〜T_T
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Ruby on railsの環境構築で $ rails new
|
1
|
+
Ruby on railsの環境構築で $ rails new ○○ができません
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
【実現したいこと】
|
4
4
|
|
5
|
-
$ rails new
|
5
|
+
$ rails new ○○を実行したい
|
6
6
|
|
7
7
|
|
8
8
|
|
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
-
「 $ rails new
|
19
|
+
「 $ rails new ○○ 」を実行すると、以下のエラーが発生します。
|
20
20
|
|
21
21
|
原因や対処法を教えていただきたいです。
|
22
22
|
|
@@ -24,235 +24,227 @@
|
|
24
24
|
|
25
25
|
### 該当のソースコード
|
26
26
|
|
27
|
-
|
27
|
+
|
28
|
-
|
28
|
+
|
29
|
-
|
29
|
+
create
|
30
|
-
|
30
|
+
|
31
|
-
|
31
|
+
create README.md
|
32
|
-
|
32
|
+
|
33
|
-
|
33
|
+
create Rakefile
|
34
|
-
|
34
|
+
|
35
|
-
|
35
|
+
create .ruby-version
|
36
|
-
|
36
|
+
|
37
|
-
|
37
|
+
create config.ru
|
38
|
-
|
39
|
-
|
38
|
+
|
40
|
-
|
41
|
-
Overwrite /Users/mkyouko/myapp/.gitignore? (enter "h" for help) [Ynaqdhm]
|
42
|
-
|
43
|
-
|
39
|
+
create .gitignore
|
44
|
-
|
40
|
+
|
45
|
-
|
41
|
+
create Gemfile
|
46
42
|
|
47
43
|
run git init from "."
|
48
44
|
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
identical config/initializers/backtrace_silencers.rb
|
138
|
-
|
139
|
-
identical config/initializers/content_security_policy.rb
|
140
|
-
|
141
|
-
identical config/initializers/cookies_serializer.rb
|
45
|
+
Initialized empty Git repository in /Users/mkyouko/tweet_app/.git/
|
46
|
+
|
47
|
+
create package.json
|
48
|
+
|
49
|
+
create app
|
50
|
+
|
51
|
+
create app/assets/config/manifest.js
|
52
|
+
|
53
|
+
create app/assets/stylesheets/application.css
|
54
|
+
|
55
|
+
create app/channels/application_cable/channel.rb
|
56
|
+
|
57
|
+
create app/channels/application_cable/connection.rb
|
58
|
+
|
59
|
+
create app/controllers/application_controller.rb
|
60
|
+
|
61
|
+
create app/helpers/application_helper.rb
|
62
|
+
|
63
|
+
create app/javascript/channels/consumer.js
|
64
|
+
|
65
|
+
create app/javascript/channels/index.js
|
66
|
+
|
67
|
+
create app/javascript/packs/application.js
|
68
|
+
|
69
|
+
create app/jobs/application_job.rb
|
70
|
+
|
71
|
+
create app/mailers/application_mailer.rb
|
72
|
+
|
73
|
+
create app/models/application_record.rb
|
74
|
+
|
75
|
+
create app/views/layouts/application.html.erb
|
76
|
+
|
77
|
+
create app/views/layouts/mailer.html.erb
|
78
|
+
|
79
|
+
create app/views/layouts/mailer.text.erb
|
80
|
+
|
81
|
+
create app/assets/images/.keep
|
82
|
+
|
83
|
+
create app/controllers/concerns/.keep
|
84
|
+
|
85
|
+
create app/models/concerns/.keep
|
86
|
+
|
87
|
+
create bin
|
88
|
+
|
89
|
+
create bin/rails
|
90
|
+
|
91
|
+
create bin/rake
|
92
|
+
|
93
|
+
create bin/setup
|
94
|
+
|
95
|
+
create bin/yarn
|
96
|
+
|
97
|
+
create config
|
98
|
+
|
99
|
+
create config/routes.rb
|
100
|
+
|
101
|
+
create config/application.rb
|
102
|
+
|
103
|
+
create config/environment.rb
|
104
|
+
|
105
|
+
create config/cable.yml
|
106
|
+
|
107
|
+
create config/puma.rb
|
108
|
+
|
109
|
+
create config/spring.rb
|
110
|
+
|
111
|
+
create config/storage.yml
|
112
|
+
|
113
|
+
create config/environments
|
114
|
+
|
115
|
+
create config/environments/development.rb
|
116
|
+
|
117
|
+
create config/environments/production.rb
|
118
|
+
|
119
|
+
create config/environments/test.rb
|
120
|
+
|
121
|
+
create config/initializers
|
122
|
+
|
123
|
+
create config/initializers/application_controller_renderer.rb
|
124
|
+
|
125
|
+
create config/initializers/assets.rb
|
126
|
+
|
127
|
+
create config/initializers/backtrace_silencers.rb
|
128
|
+
|
129
|
+
create config/initializers/content_security_policy.rb
|
130
|
+
|
131
|
+
create config/initializers/cookies_serializer.rb
|
142
132
|
|
143
133
|
create config/initializers/cors.rb
|
144
134
|
|
145
|
-
|
135
|
+
create config/initializers/filter_parameter_logging.rb
|
146
|
-
|
136
|
+
|
147
|
-
|
137
|
+
create config/initializers/inflections.rb
|
148
|
-
|
138
|
+
|
149
|
-
|
139
|
+
create config/initializers/mime_types.rb
|
150
140
|
|
151
141
|
create config/initializers/new_framework_defaults_6_0.rb
|
152
142
|
|
153
|
-
|
143
|
+
create config/initializers/wrap_parameters.rb
|
154
|
-
|
144
|
+
|
155
|
-
|
145
|
+
create config/locales
|
156
|
-
|
146
|
+
|
157
|
-
|
147
|
+
create config/locales/en.yml
|
148
|
+
|
149
|
+
create config/master.key
|
158
150
|
|
159
151
|
append .gitignore
|
160
152
|
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
153
|
+
create config/boot.rb
|
154
|
+
|
155
|
+
create config/database.yml
|
156
|
+
|
157
|
+
create db
|
158
|
+
|
159
|
+
create db/seeds.rb
|
160
|
+
|
161
|
+
create lib
|
162
|
+
|
163
|
+
create lib/tasks
|
164
|
+
|
165
|
+
create lib/tasks/.keep
|
166
|
+
|
167
|
+
create lib/assets
|
168
|
+
|
169
|
+
create lib/assets/.keep
|
170
|
+
|
171
|
+
create log
|
172
|
+
|
173
|
+
create log/.keep
|
174
|
+
|
175
|
+
create public
|
176
|
+
|
177
|
+
create public/404.html
|
178
|
+
|
179
|
+
create public/422.html
|
180
|
+
|
181
|
+
create public/500.html
|
182
|
+
|
183
|
+
create public/apple-touch-icon-precomposed.png
|
184
|
+
|
185
|
+
create public/apple-touch-icon.png
|
186
|
+
|
187
|
+
create public/favicon.ico
|
188
|
+
|
189
|
+
create public/robots.txt
|
190
|
+
|
191
|
+
create tmp
|
192
|
+
|
193
|
+
create tmp/.keep
|
194
|
+
|
195
|
+
create tmp/cache
|
196
|
+
|
197
|
+
create tmp/cache/assets
|
198
|
+
|
199
|
+
create vendor
|
200
|
+
|
201
|
+
create vendor/.keep
|
202
|
+
|
203
|
+
create test/fixtures
|
204
|
+
|
205
|
+
create test/fixtures/.keep
|
206
|
+
|
207
|
+
create test/fixtures/files
|
208
|
+
|
209
|
+
create test/fixtures/files/.keep
|
210
|
+
|
211
|
+
create test/controllers
|
212
|
+
|
213
|
+
create test/controllers/.keep
|
214
|
+
|
215
|
+
create test/mailers
|
216
|
+
|
217
|
+
create test/mailers/.keep
|
218
|
+
|
219
|
+
create test/models
|
220
|
+
|
221
|
+
create test/models/.keep
|
222
|
+
|
223
|
+
create test/helpers
|
224
|
+
|
225
|
+
create test/helpers/.keep
|
226
|
+
|
227
|
+
create test/integration
|
228
|
+
|
229
|
+
create test/integration/.keep
|
230
|
+
|
231
|
+
create test/channels/application_cable/connection_test.rb
|
232
|
+
|
233
|
+
create test/test_helper.rb
|
234
|
+
|
235
|
+
create test/system
|
236
|
+
|
237
|
+
create test/system/.keep
|
238
|
+
|
239
|
+
create test/application_system_test_case.rb
|
240
|
+
|
241
|
+
create storage
|
242
|
+
|
243
|
+
create storage/.keep
|
244
|
+
|
245
|
+
create tmp/storage
|
246
|
+
|
247
|
+
create tmp/storage/.keep
|
256
248
|
|
257
249
|
remove config/initializers/cors.rb
|
258
250
|
|
@@ -262,6 +254,12 @@
|
|
262
254
|
|
263
255
|
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`.
|
264
256
|
|
257
|
+
Fetching gem metadata from https://rubygems.org/............
|
258
|
+
|
259
|
+
Fetching gem metadata from https://rubygems.org/.
|
260
|
+
|
261
|
+
Resolving dependencies.....
|
262
|
+
|
265
263
|
Using rake 13.0.0
|
266
264
|
|
267
265
|
Using concurrent-ruby 1.1.5
|
@@ -288,9 +286,13 @@
|
|
288
286
|
|
289
287
|
Using rails-dom-testing 2.0.3
|
290
288
|
|
291
|
-
|
289
|
+
Fetching crass 1.0.5
|
290
|
+
|
292
|
-
|
291
|
+
Installing crass 1.0.5
|
292
|
+
|
293
|
-
|
293
|
+
Fetching loofah 2.3.1
|
294
|
+
|
295
|
+
Installing loofah 2.3.1
|
294
296
|
|
295
297
|
Using rails-html-sanitizer 1.3.0
|
296
298
|
|
@@ -390,21 +392,17 @@
|
|
390
392
|
|
391
393
|
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`.
|
392
394
|
|
393
|
-
Skipped bundle since it already exists.
|
394
|
-
|
395
|
-
If you want to overwrite skipped stubs, use --force.
|
396
|
-
|
397
395
|
run bundle exec spring binstub --all
|
398
396
|
|
399
|
-
|
397
|
+
bundler: failed to load command: spring (/Users/mk/.rbenv/versions/2.6.4/bin/spring)
|
400
|
-
|
398
|
+
|
401
|
-
Gem::Exception: can't find executable spring for gem spring. spring is not currently included in the bundle, perhaps you meant to add it to your Gemfile?
|
399
|
+
Gem::Exception: can't find executable spring for gem spring. spring is not currently included in the bundle, perhaps you meant to add it to your Gemfile?
|
402
|
-
|
400
|
+
|
403
|
-
/Users/mk
|
401
|
+
/Users/mk/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/rubygems_integration.rb:460:in `block in replace_bin_path'
|
404
|
-
|
402
|
+
|
405
|
-
/Users/mk
|
403
|
+
/Users/mk/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/rubygems_integration.rb:480:in `block in replace_bin_path'
|
406
|
-
|
404
|
+
|
407
|
-
/Users/mk
|
405
|
+
/Users/mk/.rbenv/versions/2.6.4/bin/spring:23:in `<top (required)>'
|
408
406
|
|
409
407
|
rails webpacker:install
|
410
408
|
|
@@ -414,7 +412,7 @@
|
|
414
412
|
|
415
413
|
LoadError: Could not load the 'listen' gem. Add `gem 'listen'` to the development group of your Gemfile
|
416
414
|
|
417
|
-
/Users/mk
|
415
|
+
/Users/mk/app/config/environment.rb:5:in `<main>'
|
418
416
|
|
419
417
|
./bin/rails:4:in `<main>'
|
420
418
|
|
@@ -424,7 +422,7 @@
|
|
424
422
|
|
425
423
|
LoadError: cannot load such file -- listen
|
426
424
|
|
427
|
-
/Users/mk
|
425
|
+
/Users/mk/app/config/environment.rb:5:in `<main>'
|
428
426
|
|
429
427
|
./bin/rails:4:in `<main>'
|
430
428
|
|
@@ -442,10 +440,6 @@
|
|
442
440
|
|
443
441
|
|
444
442
|
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
443
|
### 補足情報(FW/ツールのバージョンなど)
|
450
444
|
|
451
445
|
|
2
エラーコードがわかりにくかったので太字・斜体にしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -396,9 +396,9 @@
|
|
396
396
|
|
397
397
|
run bundle exec spring binstub --all
|
398
398
|
|
399
|
-
bundler: failed to load command: spring (/Users/mkyouko/.rbenv/versions/2.6.4/bin/spring)
|
399
|
+
**__bundler: failed to load command: spring (/Users/mkyouko/.rbenv/versions/2.6.4/bin/spring)
|
400
|
-
|
400
|
+
|
401
|
-
Gem::Exception: can't find executable spring for gem spring. spring is not currently included in the bundle, perhaps you meant to add it to your Gemfile?
|
401
|
+
Gem::Exception: can't find executable spring for gem spring. spring is not currently included in the bundle, perhaps you meant to add it to your Gemfile?__**
|
402
402
|
|
403
403
|
/Users/mkyouko/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/rubygems_integration.rb:460:in `block in replace_bin_path'
|
404
404
|
|
1
回答を参考に、再度ターミナルで$rails new myappを実行し、エラーコードを省略せずにペーストしました。アドバイスいただけたら幸いです
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,31 +26,419 @@
|
|
26
26
|
|
27
27
|
$ rails new myapp
|
28
28
|
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
29
|
+
exist
|
30
|
+
|
31
|
+
identical README.md
|
32
|
+
|
33
|
+
identical Rakefile
|
34
|
+
|
35
|
+
identical .ruby-version
|
36
|
+
|
37
|
+
identical config.ru
|
38
|
+
|
39
|
+
conflict .gitignore
|
40
|
+
|
41
|
+
Overwrite /Users/mkyouko/myapp/.gitignore? (enter "h" for help) [Ynaqdhm]
|
42
|
+
|
43
|
+
force .gitignore
|
44
|
+
|
45
|
+
identical Gemfile
|
46
|
+
|
47
|
+
run git init from "."
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
Reinitialized existing Git repository in /Users/mkyouko/myapp/.git/
|
56
|
+
|
57
|
+
identical package.json
|
58
|
+
|
59
|
+
exist app
|
60
|
+
|
61
|
+
identical app/assets/config/manifest.js
|
62
|
+
|
63
|
+
identical app/assets/stylesheets/application.css
|
64
|
+
|
65
|
+
identical app/channels/application_cable/channel.rb
|
66
|
+
|
67
|
+
identical app/channels/application_cable/connection.rb
|
68
|
+
|
69
|
+
identical app/controllers/application_controller.rb
|
70
|
+
|
71
|
+
identical app/helpers/application_helper.rb
|
72
|
+
|
73
|
+
identical app/javascript/channels/consumer.js
|
74
|
+
|
75
|
+
identical app/javascript/channels/index.js
|
76
|
+
|
77
|
+
identical app/javascript/packs/application.js
|
78
|
+
|
79
|
+
identical app/jobs/application_job.rb
|
80
|
+
|
81
|
+
identical app/mailers/application_mailer.rb
|
82
|
+
|
83
|
+
identical app/models/application_record.rb
|
84
|
+
|
85
|
+
identical app/views/layouts/application.html.erb
|
86
|
+
|
87
|
+
identical app/views/layouts/mailer.html.erb
|
88
|
+
|
89
|
+
identical app/views/layouts/mailer.text.erb
|
90
|
+
|
91
|
+
identical app/assets/images/.keep
|
92
|
+
|
93
|
+
identical app/controllers/concerns/.keep
|
94
|
+
|
95
|
+
identical app/models/concerns/.keep
|
96
|
+
|
97
|
+
exist bin
|
98
|
+
|
99
|
+
identical bin/rails
|
100
|
+
|
101
|
+
identical bin/rake
|
102
|
+
|
103
|
+
identical bin/setup
|
104
|
+
|
105
|
+
identical bin/yarn
|
106
|
+
|
107
|
+
exist config
|
108
|
+
|
109
|
+
identical config/routes.rb
|
110
|
+
|
111
|
+
identical config/application.rb
|
112
|
+
|
113
|
+
identical config/environment.rb
|
114
|
+
|
115
|
+
identical config/cable.yml
|
116
|
+
|
117
|
+
identical config/puma.rb
|
118
|
+
|
119
|
+
identical config/spring.rb
|
120
|
+
|
121
|
+
identical config/storage.yml
|
122
|
+
|
123
|
+
exist config/environments
|
124
|
+
|
125
|
+
identical config/environments/development.rb
|
126
|
+
|
127
|
+
identical config/environments/production.rb
|
128
|
+
|
129
|
+
identical config/environments/test.rb
|
130
|
+
|
131
|
+
exist config/initializers
|
132
|
+
|
133
|
+
identical config/initializers/application_controller_renderer.rb
|
134
|
+
|
135
|
+
identical config/initializers/assets.rb
|
136
|
+
|
137
|
+
identical config/initializers/backtrace_silencers.rb
|
138
|
+
|
139
|
+
identical config/initializers/content_security_policy.rb
|
140
|
+
|
141
|
+
identical config/initializers/cookies_serializer.rb
|
142
|
+
|
143
|
+
create config/initializers/cors.rb
|
144
|
+
|
145
|
+
identical config/initializers/filter_parameter_logging.rb
|
146
|
+
|
147
|
+
identical config/initializers/inflections.rb
|
148
|
+
|
149
|
+
identical config/initializers/mime_types.rb
|
150
|
+
|
151
|
+
create config/initializers/new_framework_defaults_6_0.rb
|
152
|
+
|
153
|
+
identical config/initializers/wrap_parameters.rb
|
154
|
+
|
155
|
+
exist config/locales
|
156
|
+
|
157
|
+
identical config/locales/en.yml
|
158
|
+
|
159
|
+
append .gitignore
|
160
|
+
|
161
|
+
identical config/boot.rb
|
162
|
+
|
163
|
+
identical config/database.yml
|
164
|
+
|
165
|
+
exist db
|
166
|
+
|
167
|
+
identical db/seeds.rb
|
168
|
+
|
169
|
+
exist lib
|
170
|
+
|
171
|
+
exist lib/tasks
|
172
|
+
|
173
|
+
identical lib/tasks/.keep
|
174
|
+
|
175
|
+
exist lib/assets
|
176
|
+
|
177
|
+
identical lib/assets/.keep
|
178
|
+
|
179
|
+
exist log
|
180
|
+
|
181
|
+
identical log/.keep
|
182
|
+
|
183
|
+
exist public
|
184
|
+
|
185
|
+
identical public/404.html
|
186
|
+
|
187
|
+
identical public/422.html
|
188
|
+
|
189
|
+
identical public/500.html
|
190
|
+
|
191
|
+
identical public/apple-touch-icon-precomposed.png
|
192
|
+
|
193
|
+
identical public/apple-touch-icon.png
|
194
|
+
|
195
|
+
identical public/favicon.ico
|
196
|
+
|
197
|
+
identical public/robots.txt
|
198
|
+
|
199
|
+
exist tmp
|
200
|
+
|
201
|
+
identical tmp/.keep
|
202
|
+
|
203
|
+
exist tmp/cache
|
204
|
+
|
205
|
+
exist tmp/cache/assets
|
206
|
+
|
207
|
+
exist vendor
|
208
|
+
|
209
|
+
identical vendor/.keep
|
210
|
+
|
211
|
+
exist test/fixtures
|
212
|
+
|
213
|
+
identical test/fixtures/.keep
|
214
|
+
|
215
|
+
exist test/fixtures/files
|
216
|
+
|
217
|
+
identical test/fixtures/files/.keep
|
218
|
+
|
219
|
+
exist test/controllers
|
220
|
+
|
221
|
+
identical test/controllers/.keep
|
222
|
+
|
223
|
+
exist test/mailers
|
224
|
+
|
225
|
+
identical test/mailers/.keep
|
226
|
+
|
227
|
+
exist test/models
|
228
|
+
|
229
|
+
identical test/models/.keep
|
230
|
+
|
231
|
+
exist test/helpers
|
232
|
+
|
233
|
+
identical test/helpers/.keep
|
234
|
+
|
235
|
+
exist test/integration
|
236
|
+
|
237
|
+
identical test/integration/.keep
|
238
|
+
|
239
|
+
identical test/channels/application_cable/connection_test.rb
|
240
|
+
|
241
|
+
identical test/test_helper.rb
|
242
|
+
|
243
|
+
exist test/system
|
244
|
+
|
245
|
+
identical test/system/.keep
|
246
|
+
|
247
|
+
identical test/application_system_test_case.rb
|
248
|
+
|
249
|
+
exist storage
|
250
|
+
|
251
|
+
identical storage/.keep
|
252
|
+
|
253
|
+
exist tmp/storage
|
254
|
+
|
255
|
+
identical tmp/storage/.keep
|
256
|
+
|
257
|
+
remove config/initializers/cors.rb
|
258
|
+
|
259
|
+
remove config/initializers/new_framework_defaults_6_0.rb
|
260
|
+
|
261
|
+
run bundle install
|
262
|
+
|
263
|
+
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`.
|
264
|
+
|
265
|
+
Using rake 13.0.0
|
266
|
+
|
267
|
+
Using concurrent-ruby 1.1.5
|
268
|
+
|
269
|
+
Using i18n 1.7.0
|
270
|
+
|
271
|
+
Using minitest 5.12.2
|
272
|
+
|
273
|
+
Using thread_safe 0.3.6
|
274
|
+
|
275
|
+
Using tzinfo 1.2.5
|
276
|
+
|
277
|
+
Using zeitwerk 2.2.0
|
278
|
+
|
279
|
+
Using activesupport 6.0.0
|
280
|
+
|
281
|
+
Using builder 3.2.3
|
282
|
+
|
283
|
+
Using erubi 1.9.0
|
284
|
+
|
285
|
+
Using mini_portile2 2.4.0
|
286
|
+
|
287
|
+
Using nokogiri 1.10.4
|
288
|
+
|
289
|
+
Using rails-dom-testing 2.0.3
|
290
|
+
|
291
|
+
Using crass 1.0.4
|
292
|
+
|
293
|
+
Using loofah 2.3.0
|
294
|
+
|
295
|
+
Using rails-html-sanitizer 1.3.0
|
296
|
+
|
297
|
+
Using actionview 6.0.0
|
298
|
+
|
299
|
+
Using rack 2.0.7
|
300
|
+
|
301
|
+
Using rack-test 1.1.0
|
302
|
+
|
303
|
+
Using actionpack 6.0.0
|
304
|
+
|
305
|
+
Using nio4r 2.5.2
|
306
|
+
|
307
|
+
Using websocket-extensions 0.1.4
|
308
|
+
|
309
|
+
Using websocket-driver 0.7.1
|
310
|
+
|
311
|
+
Using actioncable 6.0.0
|
312
|
+
|
313
|
+
Using globalid 0.4.2
|
314
|
+
|
315
|
+
Using activejob 6.0.0
|
316
|
+
|
317
|
+
Using activemodel 6.0.0
|
318
|
+
|
319
|
+
Using activerecord 6.0.0
|
320
|
+
|
321
|
+
Using mimemagic 0.3.3
|
322
|
+
|
323
|
+
Using marcel 0.3.3
|
324
|
+
|
325
|
+
Using activestorage 6.0.0
|
326
|
+
|
327
|
+
Using mini_mime 1.0.2
|
328
|
+
|
329
|
+
Using mail 2.7.1
|
330
|
+
|
331
|
+
Using actionmailbox 6.0.0
|
332
|
+
|
333
|
+
Using actionmailer 6.0.0
|
334
|
+
|
335
|
+
Using actiontext 6.0.0
|
336
|
+
|
337
|
+
Using msgpack 1.3.1
|
338
|
+
|
339
|
+
Using bootsnap 1.4.5
|
340
|
+
|
341
|
+
Using bundler 2.0.2
|
342
|
+
|
343
|
+
Using ffi 1.11.1
|
344
|
+
|
345
|
+
Using jbuilder 2.9.1
|
346
|
+
|
347
|
+
Using method_source 0.9.2
|
348
|
+
|
349
|
+
Using puma 3.12.1
|
350
|
+
|
351
|
+
Using rack-proxy 0.6.5
|
352
|
+
|
353
|
+
Using thor 0.20.3
|
354
|
+
|
355
|
+
Using railties 6.0.0
|
356
|
+
|
357
|
+
Using sprockets 3.7.2
|
358
|
+
|
359
|
+
Using sprockets-rails 3.2.1
|
360
|
+
|
361
|
+
Using rails 6.0.0
|
362
|
+
|
363
|
+
Using rb-fsevent 0.10.3
|
364
|
+
|
365
|
+
Using rb-inotify 0.10.0
|
366
|
+
|
367
|
+
Using sass-listen 4.0.0
|
368
|
+
|
369
|
+
Using sass 3.7.4
|
370
|
+
|
371
|
+
Using tilt 2.0.10
|
372
|
+
|
373
|
+
Using sass-rails 5.1.0
|
374
|
+
|
375
|
+
Using sqlite3 1.4.1
|
376
|
+
|
377
|
+
Using turbolinks-source 5.2.0
|
378
|
+
|
379
|
+
Using turbolinks 5.2.1
|
380
|
+
|
381
|
+
Using webpacker 4.0.7
|
382
|
+
|
383
|
+
Bundle complete! 17 Gemfile dependencies, 59 gems now installed.
|
384
|
+
|
385
|
+
Gems in the groups development and test were not installed.
|
386
|
+
|
387
|
+
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
388
|
+
|
389
|
+
run bundle binstubs bundler
|
390
|
+
|
391
|
+
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`.
|
392
|
+
|
393
|
+
Skipped bundle since it already exists.
|
394
|
+
|
395
|
+
If you want to overwrite skipped stubs, use --force.
|
396
|
+
|
397
|
+
run bundle exec spring binstub --all
|
398
|
+
|
399
|
+
bundler: failed to load command: spring (/Users/mkyouko/.rbenv/versions/2.6.4/bin/spring)
|
400
|
+
|
401
|
+
Gem::Exception: can't find executable spring for gem spring. spring is not currently included in the bundle, perhaps you meant to add it to your Gemfile?
|
402
|
+
|
403
|
+
/Users/mkyouko/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/rubygems_integration.rb:460:in `block in replace_bin_path'
|
404
|
+
|
405
|
+
/Users/mkyouko/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/rubygems_integration.rb:480:in `block in replace_bin_path'
|
406
|
+
|
407
|
+
/Users/mkyouko/.rbenv/versions/2.6.4/bin/spring:23:in `<top (required)>'
|
408
|
+
|
409
|
+
rails webpacker:install
|
410
|
+
|
411
|
+
RAILS_ENV=development environment is not defined in config/webpacker.yml, falling back to production environment
|
412
|
+
|
413
|
+
rails aborted!
|
414
|
+
|
415
|
+
LoadError: Could not load the 'listen' gem. Add `gem 'listen'` to the development group of your Gemfile
|
416
|
+
|
417
|
+
/Users/mkyouko/myapp/config/environment.rb:5:in `<main>'
|
418
|
+
|
419
|
+
./bin/rails:4:in `<main>'
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
Caused by:
|
424
|
+
|
425
|
+
LoadError: cannot load such file -- listen
|
426
|
+
|
427
|
+
/Users/mkyouko/myapp/config/environment.rb:5:in `<main>'
|
428
|
+
|
429
|
+
./bin/rails:4:in `<main>'
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
Caused by:
|
434
|
+
|
435
|
+
Bootsnap::LoadPathCache::FallbackScan:
|
436
|
+
|
437
|
+
|
438
|
+
|
439
|
+
Tasks: TOP => app:template => environment
|
440
|
+
|
441
|
+
(See full trace by running task with --trace)
|
54
442
|
|
55
443
|
|
56
444
|
|