質問編集履歴
1
bundlerについての追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -515,3 +515,19 @@
|
|
515
515
|
|
516
516
|
|
517
517
|
ローカルでdocker-compose buildやupして動作確認する際には特にエラーもなく動いています。
|
518
|
+
|
519
|
+
|
520
|
+
|
521
|
+
|
522
|
+
|
523
|
+
#追記
|
524
|
+
|
525
|
+
ローカルでbundle instalをすると下のエラーメッセージがでました
|
526
|
+
|
527
|
+
```
|
528
|
+
|
529
|
+
Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
|
530
|
+
|
531
|
+
```
|
532
|
+
|
533
|
+
bundlerのあたりが悪さしているのかと思い、エラーメッセージの通りにコンテナ内で `gem install bundler`を打ってみましたが、その後bundlerのバージョンを確認しても1.7.2のままになってしまってます。
|