質問編集履歴

1

エラーメッセージを追記しました。

2017/10/10 05:06

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -170,6 +170,58 @@
170
170
 
171
171
 
172
172
 
173
+
174
+
175
+ **追記**
176
+
177
+ ```
178
+
179
+ You are trying to install in deployment mode after changing
180
+
181
+ remote: your Gemfile. Run `bundle install` elsewhere and add the
182
+
183
+ remote: updated Gemfile.lock to version control.
184
+
185
+ remote: The dependencies in your gemfile changed
186
+
187
+ remote: You have added to the Gemfile:
188
+
189
+ remote: * mysql2 (~> 0.3.20)
190
+
191
+ remote: You have deleted from the Gemfile:
192
+
193
+ remote: * mysql2
194
+
195
+ remote: * pg (= 0.18.4)
196
+
197
+ remote: Bundler Output: You are trying to install in deployment mode after changing
198
+
199
+ remote: your Gemfile. Run `bundle install` elsewhere and add the
200
+
201
+ remote: updated Gemfile.lock to version control.
202
+
203
+ remote:
204
+
205
+ remote: The dependencies in your gemfile changed
206
+
207
+ remote:
208
+
209
+ remote: You have added to the Gemfile:
210
+
211
+ remote: * mysql2 (~> 0.3.20)
212
+
213
+ remote:
214
+
215
+ remote: You have deleted from the Gemfile:
216
+
217
+ remote: * mysql2
218
+
219
+ remote: * pg (= 0.18.4)
220
+
221
+ ```
222
+
223
+
224
+
173
225
  Heroku側での`bundle install`は実行しましたが、mysqlではなくpostgresqlが読まれているようです。
174
226
 
175
227