I have been stuck for a week trying to figure this out. I have currently been following online lectures, however I followed everything exactly, and the instructor isn\'t really
remove the top gem sqlite3 and add ruby '2.0.0' at the top of your gemfile
gem sqlite3
ruby '2.0.0'
also under the group production add gem 'rails_12factor'
gem 'rails_12factor'