質問編集履歴
3
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -105,11 +105,11 @@
|
|
105
105
|
```
|
106
106
|
|
107
107
|
エラーの27,30行目は下記に該当します。
|
108
|
+
circleci.yml
|
108
109
|
```
|
109
110
|
- run:
|
110
111
|
name: install dependencies
|
111
112
|
command: |
|
112
|
-
# ①bundler2.0.1以降のものを使っているのであれば、環境変数と合わせて指定する必要があります。
|
113
113
|
gem install bundler -v 1.17.3
|
114
114
|
bundle install --jobs=4 --retry=3 --path vendor/bundle
|
115
115
|
|
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -104,6 +104,17 @@
|
|
104
104
|
destination: test-results
|
105
105
|
```
|
106
106
|
|
107
|
+
エラーの27,30行目は下記に該当します。
|
108
|
+
```
|
109
|
+
- run:
|
110
|
+
name: install dependencies
|
111
|
+
command: |
|
112
|
+
# ①bundler2.0.1以降のものを使っているのであれば、環境変数と合わせて指定する必要があります。
|
113
|
+
gem install bundler -v 1.17.3
|
114
|
+
bundle install --jobs=4 --retry=3 --path vendor/bundle
|
115
|
+
|
116
|
+
```
|
117
|
+
|
107
118
|
database.yml.ci
|
108
119
|
```
|
109
120
|
test:
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -198,4 +198,12 @@
|
|
198
198
|
|
199
199
|
```
|
200
200
|
|
201
|
+
ターミナル
|
202
|
+
```
|
203
|
+
% bundler -v
|
204
|
+
Bundler version 1.17.3
|
205
|
+
|
206
|
+
|
207
|
+
```
|
208
|
+
|
201
209
|
よろしくお願い致します。
|