質問編集履歴
4
経過
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
]![イメージ説明]
|
21
|
+
]![イメージ説明]
|
22
22
|
|
23
23
|
|
24
24
|
|
@@ -26,7 +26,25 @@
|
|
26
26
|
|
27
27
|
remote: !
|
28
28
|
|
29
|
-
remote: !
|
29
|
+
remote: ! Could not detect rake tasks
|
30
|
+
|
31
|
+
remote: ! ensure you can run `$ bundle exec rake -P` against your app
|
32
|
+
|
33
|
+
remote: ! and using the production group of your Gemfile.
|
34
|
+
|
35
|
+
remote: ! Activating bundler (2.0.1) failed:
|
36
|
+
|
37
|
+
remote: ! Could not find 'bundler' (2.0.1) required by your /tmp/build_68c7721a55116096a403286d34524420/Gemfile.lock.
|
38
|
+
|
39
|
+
remote: ! To update to the latest version installed on your system, run `bundle update --bundler`.
|
40
|
+
|
41
|
+
remote: ! To install the missing version, run `gem install bundler:2.0.1`
|
42
|
+
|
43
|
+
remote: ! Checked in 'GEM_PATH=vendor/bundle/ruby/2.5.0', execute `gem env` for more information
|
44
|
+
|
45
|
+
remote: !
|
46
|
+
|
47
|
+
remote: ! To install the version of bundler this project requires, run `gem install bundler -v '2.0.1'`
|
30
48
|
|
31
49
|
remote: !
|
32
50
|
|
3
誤字
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
herokuにrailsアプリを投稿したいが
|
1
|
+
herokuにrailsアプリを投稿したいが出来ない
|
test
CHANGED
@@ -19,6 +19,16 @@
|
|
19
19
|
|
20
20
|
|
21
21
|
]![イメージ説明](89dd6d831b13dfacffe10c979bf6e0a6.png)
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
あとこのようなエラー文が出ています、、、
|
26
|
+
|
27
|
+
remote: !
|
28
|
+
|
29
|
+
remote: ! Failed to install gems via Bundler.
|
30
|
+
|
31
|
+
remote: !
|
22
32
|
|
23
33
|
|
24
34
|
|
2
誤字
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
herokuにrailsアプリを投稿したいが出来ない
|
1
|
+
herokuにrailsアプリを投稿したいがオブジェクト数が多すぎて出来ない
|
test
CHANGED
File without changes
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,9 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
+
git push heroku masterの段階で詰まっている。
|
14
|
+
|
13
|
-
|
15
|
+
オブジェクトの数が多すぎてherokuにpush出来てないと思われる
|
14
16
|
|
15
17
|
他の人はオブジェクト数が100とかなのに自分だけ6900とかある。
|
16
18
|
|