teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

経過

2019/10/29 04:13

投稿

totoro-
totoro-

スコア9

title CHANGED
File without changes
body CHANGED
@@ -8,11 +8,20 @@
8
8
  オブジェクトの数が多すぎてherokuにpush出来てないと思われる
9
9
  他の人はオブジェクト数が100とかなのに自分だけ6900とかある。
10
10
 
11
- ]![イメージ説明](89dd6d831b13dfacffe10c979bf6e0a6.png)
11
+ ]![イメージ説明]
12
12
 
13
13
  あとこのようなエラー文が出ています、、、
14
14
  remote: !
15
- remote: ! Failed to install gems via Bundler.
15
+ remote: ! Could not detect rake tasks
16
+ remote: ! ensure you can run `$ bundle exec rake -P` against your app
17
+ remote: ! and using the production group of your Gemfile.
18
+ remote: ! Activating bundler (2.0.1) failed:
19
+ remote: ! Could not find 'bundler' (2.0.1) required by your /tmp/build_68c7721a55116096a403286d34524420/Gemfile.lock.
20
+ remote: ! To update to the latest version installed on your system, run `bundle update --bundler`.
21
+ remote: ! To install the missing version, run `gem install bundler:2.0.1`
22
+ remote: ! Checked in 'GEM_PATH=vendor/bundle/ruby/2.5.0', execute `gem env` for more information
23
+ remote: !
24
+ remote: ! To install the version of bundler this project requires, run `gem install bundler -v '2.0.1'`
16
25
  remote: !
17
26
 
18
27
  ruby,rails

3

誤字

2019/10/29 04:13

投稿

totoro-
totoro-

スコア9

title CHANGED
@@ -1,1 +1,1 @@
1
- herokuにrailsアプリを投稿したいがオブジェクト数が多すぎて出来ない
1
+ herokuにrailsアプリを投稿したいが出来ない
body CHANGED
@@ -10,6 +10,11 @@
10
10
 
11
11
  ]![イメージ説明](89dd6d831b13dfacffe10c979bf6e0a6.png)
12
12
 
13
+ あとこのようなエラー文が出ています、、、
14
+ remote: !
15
+ remote: ! Failed to install gems via Bundler.
16
+ remote: !
17
+
13
18
  ruby,rails
14
19
 
15
20
  ### 試したこと

2

誤字

2019/10/29 03:53

投稿

totoro-
totoro-

スコア9

title CHANGED
@@ -1,1 +1,1 @@
1
- herokuにrailsアプリを投稿したいが出来ない
1
+ herokuにrailsアプリを投稿したいがオブジェクト数が多すぎて出来ない
body CHANGED
File without changes

1

誤字

2019/10/29 03:41

投稿

totoro-
totoro-

スコア9

title CHANGED
File without changes
body CHANGED
@@ -4,7 +4,8 @@
4
4
 
5
5
  ### 発生している問題・エラーメッセージ
6
6
 
7
+ git push heroku masterの段階で詰まっている。
7
- ![オブジェクトの数が多すぎてherokuにpush出来てないと思われる
8
+ オブジェクトの数が多すぎてherokuにpush出来てないと思われる
8
9
  他の人はオブジェクト数が100とかなのに自分だけ6900とかある。
9
10
 
10
11
  ]![イメージ説明](89dd6d831b13dfacffe10c979bf6e0a6.png)