Sqlite3 gem not supported on Heroku
Published at November 18, 2012 · Piotr Król · 1 min read
When I tried to deploy second part of RoR tutorial to Heroku I get this error: An error occurred while installing sqlite3 (1.3.5), and Bundler cannot continue. Make sure that `gem install sqlite3 -v '1.3.5'` succeeds before bundling. ! ! Failed to install gems via Bundler. ! ! Detected sqlite3 gem which is not supported on Heroku. ! http://devcenter.heroku.com/articles/how-do-i-use-sqlite3-for-development ! ! Heroku push rejected, failed to compile Ruby/rails app To git@heroku....
Categories: app-dev