質問編集履歴

1

内容間違い。

2018/05/07 00:00

投稿

zakizaki
zakizaki

スコア17

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- herokuにpushしようとしたら以下のエラーがでました。
1
+ cloud9からherokuにpushしようとしたら以下のエラーがでました。
2
2
 
3
3
  同じエラーがでているほかの方のを調べてみましたがうまくいきませんでした。
4
4
 
@@ -6,29 +6,31 @@
6
6
 
7
7
 
8
8
 
9
- Counting objects: 212, done.
9
+ remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
10
10
 
11
- Compressing objects: 100% (192/192), done.
12
11
 
13
- Writing objects: 100% (212/212), 1.27 MiB | 2.99 MiB/s, done.
14
12
 
15
- Total 212 (delta 12), reused 0 (delta 0)
16
13
 
17
- remote: Compressing source files... done.
18
14
 
19
- remote: Building source:
20
15
 
21
- remote:
22
16
 
23
- remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
17
+ bundleherokuではバージョンが1.15.2のためインストールしましたが、うまくいきませんでした。
24
18
 
25
- .
19
+ bundle _1.15.2_ install
26
20
 
27
- .
21
+ bundle _1.15.2_
28
22
 
29
- .
23
+ として失敗。
30
24
 
25
+
26
+
27
+ Gemfile.lockの中身を1.15.2にできればいいと思うのですがうまくいきません。
28
+
29
+
30
+
31
+
32
+
31
- remote: !
33
+ emote: !
32
34
 
33
35
  remote: ! Precompiling assets failed.
34
36
 
@@ -56,7 +58,7 @@
56
58
 
57
59
 
58
60
 
59
- 以下、試したこと
61
+ 試したこと
60
62
 
61
63
 
62
64
 
@@ -79,3 +81,11 @@
79
81
  2.
80
82
 
81
83
  Gemfile.lockを削除
84
+
85
+ bundle install
86
+
87
+
88
+
89
+ こちらに関しては完全にお手上げです。
90
+
91
+ どうかよろしくお願いします。