質問編集履歴
3
Gemfile.lockのソースコード追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,6 +12,266 @@
|
|
12
12
|
Warning: the running version of Bundler (2.2.15) is older than the version that created the lockfile (2.2.18). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.2.18`.
|
13
13
|
```
|
14
14
|
|
15
|
+
### 関連(?)するソースコード
|
16
|
+
|
17
|
+
```Gemfilelock
|
18
|
+
GEM
|
19
|
+
remote: https://rubygems.org/
|
20
|
+
specs:
|
21
|
+
actioncable (6.1.3.2)
|
22
|
+
actionpack (= 6.1.3.2)
|
23
|
+
activesupport (= 6.1.3.2)
|
24
|
+
nio4r (~> 2.0)
|
25
|
+
websocket-driver (>= 0.6.1)
|
26
|
+
actionmailbox (6.1.3.2)
|
27
|
+
actionpack (= 6.1.3.2)
|
28
|
+
activejob (= 6.1.3.2)
|
29
|
+
activerecord (= 6.1.3.2)
|
30
|
+
activestorage (= 6.1.3.2)
|
31
|
+
activesupport (= 6.1.3.2)
|
32
|
+
mail (>= 2.7.1)
|
33
|
+
actionmailer (6.1.3.2)
|
34
|
+
actionpack (= 6.1.3.2)
|
35
|
+
actionview (= 6.1.3.2)
|
36
|
+
activejob (= 6.1.3.2)
|
37
|
+
activesupport (= 6.1.3.2)
|
38
|
+
mail (~> 2.5, >= 2.5.4)
|
39
|
+
rails-dom-testing (~> 2.0)
|
40
|
+
actionpack (6.1.3.2)
|
41
|
+
actionview (= 6.1.3.2)
|
42
|
+
activesupport (= 6.1.3.2)
|
43
|
+
rack (~> 2.0, >= 2.0.9)
|
44
|
+
rack-test (>= 0.6.3)
|
45
|
+
rails-dom-testing (~> 2.0)
|
46
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
47
|
+
actiontext (6.1.3.2)
|
48
|
+
actionpack (= 6.1.3.2)
|
49
|
+
activerecord (= 6.1.3.2)
|
50
|
+
activestorage (= 6.1.3.2)
|
51
|
+
activesupport (= 6.1.3.2)
|
52
|
+
nokogiri (>= 1.8.5)
|
53
|
+
actionview (6.1.3.2)
|
54
|
+
activesupport (= 6.1.3.2)
|
55
|
+
builder (~> 3.1)
|
56
|
+
erubi (~> 1.4)
|
57
|
+
rails-dom-testing (~> 2.0)
|
58
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
59
|
+
activejob (6.1.3.2)
|
60
|
+
activesupport (= 6.1.3.2)
|
61
|
+
globalid (>= 0.3.6)
|
62
|
+
activemodel (6.1.3.2)
|
63
|
+
activesupport (= 6.1.3.2)
|
64
|
+
activerecord (6.1.3.2)
|
65
|
+
activemodel (= 6.1.3.2)
|
66
|
+
activesupport (= 6.1.3.2)
|
67
|
+
activestorage (6.1.3.2)
|
68
|
+
actionpack (= 6.1.3.2)
|
69
|
+
activejob (= 6.1.3.2)
|
70
|
+
activerecord (= 6.1.3.2)
|
71
|
+
activesupport (= 6.1.3.2)
|
72
|
+
marcel (~> 1.0.0)
|
73
|
+
mini_mime (~> 1.0.2)
|
74
|
+
activesupport (6.1.3.2)
|
75
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
76
|
+
i18n (>= 1.6, < 2)
|
77
|
+
minitest (>= 5.1)
|
78
|
+
tzinfo (~> 2.0)
|
79
|
+
zeitwerk (~> 2.3)
|
80
|
+
addressable (2.7.0)
|
81
|
+
public_suffix (>= 2.0.2, < 5.0)
|
82
|
+
ast (2.4.2)
|
83
|
+
bindex (0.8.1)
|
84
|
+
bootsnap (1.7.5)
|
85
|
+
msgpack (~> 1.0)
|
86
|
+
builder (3.2.4)
|
87
|
+
byebug (11.1.3)
|
88
|
+
capybara (3.35.3)
|
89
|
+
addressable
|
90
|
+
mini_mime (>= 0.1.3)
|
91
|
+
nokogiri (~> 1.8)
|
92
|
+
rack (>= 1.6.0)
|
93
|
+
rack-test (>= 0.6.3)
|
94
|
+
regexp_parser (>= 1.5, < 3.0)
|
95
|
+
xpath (~> 3.2)
|
96
|
+
childprocess (3.0.0)
|
97
|
+
coderay (1.1.3)
|
98
|
+
concurrent-ruby (1.1.8)
|
99
|
+
crass (1.0.6)
|
100
|
+
erubi (1.10.0)
|
101
|
+
ffi (1.15.1)
|
102
|
+
globalid (0.4.2)
|
103
|
+
activesupport (>= 4.2.0)
|
104
|
+
i18n (1.8.10)
|
105
|
+
concurrent-ruby (~> 1.0)
|
106
|
+
jbuilder (2.11.2)
|
107
|
+
activesupport (>= 5.0.0)
|
108
|
+
listen (3.5.1)
|
109
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
110
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
111
|
+
loofah (2.9.1)
|
112
|
+
crass (~> 1.0.2)
|
113
|
+
nokogiri (>= 1.5.9)
|
114
|
+
mail (2.7.1)
|
115
|
+
mini_mime (>= 0.1.1)
|
116
|
+
marcel (1.0.1)
|
117
|
+
method_source (1.0.0)
|
118
|
+
mini_mime (1.0.3)
|
119
|
+
minitest (5.14.4)
|
120
|
+
msgpack (1.4.2)
|
121
|
+
mysql2 (0.5.3)
|
122
|
+
nio4r (2.5.7)
|
123
|
+
nokogiri (1.11.6-x86_64-darwin)
|
124
|
+
racc (~> 1.4)
|
125
|
+
nokogiri (1.11.6-x86_64-linux)
|
126
|
+
racc (~> 1.4)
|
127
|
+
parallel (1.20.1)
|
128
|
+
parser (3.0.1.1)
|
129
|
+
ast (~> 2.4.1)
|
130
|
+
pry (0.14.1)
|
131
|
+
coderay (~> 1.1)
|
132
|
+
method_source (~> 1.0)
|
133
|
+
pry-rails (0.3.9)
|
134
|
+
pry (>= 0.10.4)
|
135
|
+
public_suffix (4.0.6)
|
136
|
+
puma (5.3.2)
|
137
|
+
nio4r (~> 2.0)
|
138
|
+
racc (1.5.2)
|
139
|
+
rack (2.2.3)
|
140
|
+
rack-mini-profiler (2.3.2)
|
141
|
+
rack (>= 1.2.0)
|
142
|
+
rack-proxy (0.7.0)
|
143
|
+
rack
|
144
|
+
rack-test (1.1.0)
|
145
|
+
rack (>= 1.0, < 3)
|
146
|
+
rails (6.1.3.2)
|
147
|
+
actioncable (= 6.1.3.2)
|
148
|
+
actionmailbox (= 6.1.3.2)
|
149
|
+
actionmailer (= 6.1.3.2)
|
150
|
+
actionpack (= 6.1.3.2)
|
151
|
+
actiontext (= 6.1.3.2)
|
152
|
+
actionview (= 6.1.3.2)
|
153
|
+
activejob (= 6.1.3.2)
|
154
|
+
activemodel (= 6.1.3.2)
|
155
|
+
activerecord (= 6.1.3.2)
|
156
|
+
activestorage (= 6.1.3.2)
|
157
|
+
activesupport (= 6.1.3.2)
|
158
|
+
bundler (>= 2.2.19)
|
159
|
+
railties (= 6.1.3.2)
|
160
|
+
sprockets-rails (>= 2.0.0)
|
161
|
+
rails-dom-testing (2.0.3)
|
162
|
+
activesupport (>= 4.2.0)
|
163
|
+
nokogiri (>= 1.6)
|
164
|
+
rails-html-sanitizer (1.3.0)
|
165
|
+
loofah (~> 2.3)
|
166
|
+
railties (6.1.3.2)
|
167
|
+
actionpack (= 6.1.3.2)
|
168
|
+
activesupport (= 6.1.3.2)
|
169
|
+
method_source
|
170
|
+
rake (>= 0.8.7)
|
171
|
+
thor (~> 1.0)
|
172
|
+
rainbow (3.0.0)
|
173
|
+
rake (13.0.3)
|
174
|
+
rb-fsevent (0.11.0)
|
175
|
+
rb-inotify (0.10.1)
|
176
|
+
ffi (~> 1.0)
|
177
|
+
regexp_parser (2.1.1)
|
178
|
+
rexml (3.2.5)
|
179
|
+
rubocop (1.16.0)
|
180
|
+
parallel (~> 1.10)
|
181
|
+
parser (>= 3.0.0.0)
|
182
|
+
rainbow (>= 2.2.2, < 4.0)
|
183
|
+
regexp_parser (>= 1.8, < 3.0)
|
184
|
+
rexml
|
185
|
+
rubocop-ast (>= 1.7.0, < 2.0)
|
186
|
+
ruby-progressbar (~> 1.7)
|
187
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
188
|
+
rubocop-ast (1.7.0)
|
189
|
+
parser (>= 3.0.1.1)
|
190
|
+
ruby-progressbar (1.11.0)
|
191
|
+
rubyzip (2.3.0)
|
192
|
+
sass-rails (6.0.0)
|
193
|
+
sassc-rails (~> 2.1, >= 2.1.1)
|
194
|
+
sassc (2.4.0)
|
195
|
+
ffi (~> 1.9)
|
196
|
+
sassc-rails (2.1.2)
|
197
|
+
railties (>= 4.0.0)
|
198
|
+
sassc (>= 2.0)
|
199
|
+
sprockets (> 3.0)
|
200
|
+
sprockets-rails
|
201
|
+
tilt
|
202
|
+
selenium-webdriver (3.142.7)
|
203
|
+
childprocess (>= 0.5, < 4.0)
|
204
|
+
rubyzip (>= 1.2.2)
|
205
|
+
semantic_range (3.0.0)
|
206
|
+
spring (2.1.1)
|
207
|
+
sprockets (4.0.2)
|
208
|
+
concurrent-ruby (~> 1.0)
|
209
|
+
rack (> 1, < 3)
|
210
|
+
sprockets-rails (3.2.2)
|
211
|
+
actionpack (>= 4.0)
|
212
|
+
activesupport (>= 4.0)
|
213
|
+
sprockets (>= 3.0.0)
|
214
|
+
thor (1.1.0)
|
215
|
+
tilt (2.0.10)
|
216
|
+
turbolinks (5.2.1)
|
217
|
+
turbolinks-source (~> 5.2)
|
218
|
+
turbolinks-source (5.2.0)
|
219
|
+
tzinfo (2.0.4)
|
220
|
+
concurrent-ruby (~> 1.0)
|
221
|
+
unicode-display_width (2.0.0)
|
222
|
+
web-console (4.1.0)
|
223
|
+
actionview (>= 6.0.0)
|
224
|
+
activemodel (>= 6.0.0)
|
225
|
+
bindex (>= 0.4.0)
|
226
|
+
railties (>= 6.0.0)
|
227
|
+
webdrivers (4.6.0)
|
228
|
+
nokogiri (~> 1.6)
|
229
|
+
rubyzip (>= 1.3.0)
|
230
|
+
selenium-webdriver (>= 3.0, < 4.0)
|
231
|
+
webpacker (5.4.0)
|
232
|
+
activesupport (>= 5.2)
|
233
|
+
rack-proxy (>= 0.6.1)
|
234
|
+
railties (>= 5.2)
|
235
|
+
semantic_range (>= 2.3.0)
|
236
|
+
websocket-driver (0.7.4)
|
237
|
+
websocket-extensions (>= 0.1.0)
|
238
|
+
websocket-extensions (0.1.5)
|
239
|
+
xpath (3.2.0)
|
240
|
+
nokogiri (~> 1.8)
|
241
|
+
zeitwerk (2.4.2)
|
242
|
+
|
243
|
+
PLATFORMS
|
244
|
+
x86_64-darwin-20
|
245
|
+
x86_64-linux
|
246
|
+
|
247
|
+
DEPENDENCIES
|
248
|
+
bootsnap (>= 1.4.4)
|
249
|
+
byebug
|
250
|
+
capybara (>= 3.26)
|
251
|
+
jbuilder (~> 2.7)
|
252
|
+
listen (~> 3.3)
|
253
|
+
mysql2 (~> 0.5)
|
254
|
+
pry-rails
|
255
|
+
puma (~> 5.0)
|
256
|
+
rack-mini-profiler (~> 2.0)
|
257
|
+
rails (~> 6.1.3, >= 6.1.3.2)
|
258
|
+
rubocop
|
259
|
+
sass-rails (>= 6)
|
260
|
+
selenium-webdriver
|
261
|
+
spring
|
262
|
+
turbolinks (~> 5)
|
263
|
+
tzinfo-data
|
264
|
+
web-console (>= 4.1.0)
|
265
|
+
webdrivers
|
266
|
+
webpacker (~> 5.0)
|
267
|
+
|
268
|
+
RUBY VERSION
|
269
|
+
ruby 3.0.1p64
|
270
|
+
|
271
|
+
BUNDLED WITH
|
272
|
+
2.2.19
|
273
|
+
```
|
274
|
+
|
15
275
|
### 試したこと
|
16
276
|
|
17
277
|
・「docker-compose run web gem uninstall bundler」コマンドを実行すると「デフォルト設定されてるから不可」と表示される
|
@@ -21,4 +281,4 @@
|
|
21
281
|
|
22
282
|
|
23
283
|
###補足
|
24
|
-
Gemfile、
|
284
|
+
Gemfile、docker-compose.yml、Dockerfileなどのソースコードを全て記載しようとしても1万文字を超えるため、もしその他の情報と合わせて必要な場合はお申し付けいただけますと幸いです。
|
2
具体的に内容変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
3
|
現在bundlerのバージョンがデフォルトで2.2.15なのですが、これを2.2.19へ変更したいと思っております。
|
4
|
+
※bundlerのバージョンに関しまして、ローカルでは2.2.19なのですが、dockerでは2.2.15のまま変更できない状況です
|
4
5
|
|
5
6
|
【具体的な内容】
|
6
7
|
・ターミナル内にてデータベースを作成後に「docker-compose run web rails db:migrate」コマンドを実行したところ、以下のエラーが表示された。
|
1
タイトルの変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
【docker +
|
1
|
+
【docker + Rails】bundlerのデフォルトのバージョンを変更したいです...。
|
body
CHANGED
File without changes
|