Reputation:
Hello I have a little problem, I push my project (Rails) normally on github without any problem I connect it normally to heroku and when I try to do git heroku push master, it displays this to me => enter image description here
I saw that this is a gemfile problem, because a friend's gemfile.lock is working on my project when I try to upload
RAILS : Rails 5.2.4.5
BUNDLER : Bundler version 2.2.14
RUBY : ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin20]
Upvotes: 0
Views: 45
Reputation: 26
Since the problem is with bundle install, have you done all what is expected with heroku like using the gem pg instead of sqlite3?
Upvotes: 0