質問編集履歴
3
追記させていただきました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -337,3 +337,21 @@
|
|
337
337
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
338
338
|
|
339
339
|
```
|
340
|
+
|
341
|
+
git statusの結果
|
342
|
+
|
343
|
+
```On branch master
|
344
|
+
|
345
|
+
Your branch and 'origin/master' have diverged,
|
346
|
+
|
347
|
+
and have 7 and 9 different commits each, respectively.
|
348
|
+
|
349
|
+
(use "git pull" to merge the remote branch into yours)
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
nothing to commit, working tree clean
|
354
|
+
|
355
|
+
|
356
|
+
|
357
|
+
```
|
2
追記させていただきました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -175,3 +175,165 @@
|
|
175
175
|
end
|
176
176
|
|
177
177
|
```
|
178
|
+
|
179
|
+
bundle installログ
|
180
|
+
|
181
|
+
```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`.
|
182
|
+
|
183
|
+
Using rake 12.3.3
|
184
|
+
|
185
|
+
Using concurrent-ruby 1.1.5
|
186
|
+
|
187
|
+
Using i18n 1.6.0
|
188
|
+
|
189
|
+
Using minitest 5.12.1
|
190
|
+
|
191
|
+
Using thread_safe 0.3.6
|
192
|
+
|
193
|
+
Using tzinfo 1.2.5
|
194
|
+
|
195
|
+
Using zeitwerk 2.1.10
|
196
|
+
|
197
|
+
Using activesupport 6.0.0
|
198
|
+
|
199
|
+
Using builder 3.2.3
|
200
|
+
|
201
|
+
Using erubi 1.9.0
|
202
|
+
|
203
|
+
Using mini_portile2 2.4.0
|
204
|
+
|
205
|
+
Using nokogiri 1.10.4
|
206
|
+
|
207
|
+
Using rails-dom-testing 2.0.3
|
208
|
+
|
209
|
+
Using crass 1.0.4
|
210
|
+
|
211
|
+
Using loofah 2.2.3
|
212
|
+
|
213
|
+
Using rails-html-sanitizer 1.2.0
|
214
|
+
|
215
|
+
Using actionview 6.0.0
|
216
|
+
|
217
|
+
Using rack 2.0.7
|
218
|
+
|
219
|
+
Using rack-test 1.1.0
|
220
|
+
|
221
|
+
Using actionpack 6.0.0
|
222
|
+
|
223
|
+
Using nio4r 2.5.2
|
224
|
+
|
225
|
+
Using websocket-extensions 0.1.4
|
226
|
+
|
227
|
+
Using websocket-driver 0.7.1
|
228
|
+
|
229
|
+
Using actioncable 6.0.0
|
230
|
+
|
231
|
+
Using globalid 0.4.2
|
232
|
+
|
233
|
+
Using activejob 6.0.0
|
234
|
+
|
235
|
+
Using activemodel 6.0.0
|
236
|
+
|
237
|
+
Using activerecord 6.0.0
|
238
|
+
|
239
|
+
Using mimemagic 0.3.3
|
240
|
+
|
241
|
+
Using marcel 0.3.3
|
242
|
+
|
243
|
+
Using activestorage 6.0.0
|
244
|
+
|
245
|
+
Using mini_mime 1.0.2
|
246
|
+
|
247
|
+
Using mail 2.7.1
|
248
|
+
|
249
|
+
Using actionmailbox 6.0.0
|
250
|
+
|
251
|
+
Using actionmailer 6.0.0
|
252
|
+
|
253
|
+
Using actiontext 6.0.0
|
254
|
+
|
255
|
+
Using public_suffix 4.0.1
|
256
|
+
|
257
|
+
Using addressable 2.7.0
|
258
|
+
|
259
|
+
Using bindex 0.8.1
|
260
|
+
|
261
|
+
Using msgpack 1.3.1
|
262
|
+
|
263
|
+
Using bootsnap 1.4.5
|
264
|
+
|
265
|
+
Using bundler 2.0.2
|
266
|
+
|
267
|
+
Using byebug 11.0.1
|
268
|
+
|
269
|
+
Using regexp_parser 1.6.0
|
270
|
+
|
271
|
+
Using xpath 3.2.0
|
272
|
+
|
273
|
+
Using capybara 3.29.0
|
274
|
+
|
275
|
+
Using childprocess 2.0.0
|
276
|
+
|
277
|
+
Using ffi 1.11.1
|
278
|
+
|
279
|
+
Using jbuilder 2.9.1
|
280
|
+
|
281
|
+
Using rb-fsevent 0.10.3
|
282
|
+
|
283
|
+
Using rb-inotify 0.10.0
|
284
|
+
|
285
|
+
Using ruby_dep 1.5.0
|
286
|
+
|
287
|
+
Using listen 3.1.5
|
288
|
+
|
289
|
+
Using method_source 0.9.2
|
290
|
+
|
291
|
+
Using puma 3.12.1
|
292
|
+
|
293
|
+
Using rack-proxy 0.6.5
|
294
|
+
|
295
|
+
Using thor 0.20.3
|
296
|
+
|
297
|
+
Using railties 6.0.0
|
298
|
+
|
299
|
+
Using sprockets 3.7.2
|
300
|
+
|
301
|
+
Using sprockets-rails 3.2.1
|
302
|
+
|
303
|
+
Using rails 6.0.0
|
304
|
+
|
305
|
+
Using rubyzip 1.3.0
|
306
|
+
|
307
|
+
Using sass-listen 4.0.0
|
308
|
+
|
309
|
+
Using sass 3.7.4
|
310
|
+
|
311
|
+
Using tilt 2.0.10
|
312
|
+
|
313
|
+
Using sass-rails 5.1.0
|
314
|
+
|
315
|
+
Using selenium-webdriver 3.142.4
|
316
|
+
|
317
|
+
Using spring 2.1.0
|
318
|
+
|
319
|
+
Using spring-watcher-listen 2.0.1
|
320
|
+
|
321
|
+
Using sqlite3 1.4.1
|
322
|
+
|
323
|
+
Using turbolinks-source 5.2.0
|
324
|
+
|
325
|
+
Using turbolinks 5.2.1
|
326
|
+
|
327
|
+
Using web-console 4.0.1
|
328
|
+
|
329
|
+
Using webdrivers 4.1.2
|
330
|
+
|
331
|
+
Using webpacker 4.0.7
|
332
|
+
|
333
|
+
Bundle complete! 18 Gemfile dependencies, 75 gems now installed.
|
334
|
+
|
335
|
+
Gems in the group production were not installed.
|
336
|
+
|
337
|
+
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
338
|
+
|
339
|
+
```
|
1
追記させていただきました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -51,3 +51,127 @@
|
|
51
51
|
|
52
52
|
|
53
53
|
endがなにかしら原因でしょうか?
|
54
|
+
|
55
|
+
```
|
56
|
+
|
57
|
+
source 'https://rubygems.org'
|
58
|
+
|
59
|
+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
ruby '2.5.0'
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
68
|
+
|
69
|
+
gem 'rails', '~> 6.0.0'
|
70
|
+
|
71
|
+
# Use sqlite3 as the database for Active Record
|
72
|
+
|
73
|
+
gem '', '~> 1.4'#sqlite3
|
74
|
+
|
75
|
+
# Use Puma as the app server
|
76
|
+
|
77
|
+
gem 'puma', '~> 3.11'
|
78
|
+
|
79
|
+
# Use SCSS for stylesheets
|
80
|
+
|
81
|
+
gem 'sass-rails', '~> 5'
|
82
|
+
|
83
|
+
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
|
84
|
+
|
85
|
+
gem 'webpacker', '~> 4.0'
|
86
|
+
|
87
|
+
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
|
88
|
+
|
89
|
+
gem 'turbolinks', '~> 5'
|
90
|
+
|
91
|
+
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
92
|
+
|
93
|
+
gem 'jbuilder', '~> 2.7'
|
94
|
+
|
95
|
+
# Use Redis adapter to run Action Cable in production
|
96
|
+
|
97
|
+
# gem 'redis', '~> 4.0'
|
98
|
+
|
99
|
+
# Use Active Model has_secure_password
|
100
|
+
|
101
|
+
# gem 'bcrypt', '~> 3.1.7'
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
# Use Active Storage variant
|
106
|
+
|
107
|
+
# gem 'image_processing', '~> 1.2'
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
# Reduces boot times through caching; required in config/boot.rb
|
112
|
+
|
113
|
+
gem 'bootsnap', '>= 1.4.2', require: false
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
group :development, :test do
|
118
|
+
|
119
|
+
gem 'sqlite3'
|
120
|
+
|
121
|
+
end
|
122
|
+
|
123
|
+
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
124
|
+
|
125
|
+
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
|
126
|
+
|
127
|
+
#end
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
group :development do
|
132
|
+
|
133
|
+
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
|
134
|
+
|
135
|
+
gem 'web-console', '>= 3.3.0'
|
136
|
+
|
137
|
+
gem 'listen', '>= 3.0.5', '< 3.2'
|
138
|
+
|
139
|
+
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
140
|
+
|
141
|
+
gem 'spring'
|
142
|
+
|
143
|
+
gem 'spring-watcher-listen', '~> 2.0.0'
|
144
|
+
|
145
|
+
end
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
group :test do
|
150
|
+
|
151
|
+
# Adds support for Capybara system testing and selenium driver
|
152
|
+
|
153
|
+
gem 'capybara', '>= 2.15'
|
154
|
+
|
155
|
+
gem 'selenium-webdriver'
|
156
|
+
|
157
|
+
# Easy installation and use of web drivers to run system tests with browsers
|
158
|
+
|
159
|
+
gem 'webdrivers'
|
160
|
+
|
161
|
+
end
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
166
|
+
|
167
|
+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
group :production do
|
172
|
+
|
173
|
+
gem 'pg'
|
174
|
+
|
175
|
+
end
|
176
|
+
|
177
|
+
```
|