1

I am failing to deploy my first app to Heroku. An error occurred while installing sqlite3 (1.3.6), and Bundler cannot continue. Make sure that **gem install sqlite3 -v '1.3.6**' succeeds before bundling. ! ! Failed to install gems via Bundler. ! ! Heroku push rejected, failed to compile Ruby/rails app

After the I modified the Gemfile and installed sqlite3 1.3.6 by using the command:

user$ gem install sqlite3 1.3.6

I got:

Building native extensions. This could take a while... Successfully installed sqlite3-1.3.6 ERROR: Could not find a valid gem ',' (>= 0) in any repository ERROR: Could not find a valid gem '~>1.3.6' (>= 0) in any repository 1 gem installed Installing ri documentation for sqlite3-1.3.6... Installing RDoc documentation for sqlite3-1.3.6.

Just a note, I have deleted the Gemfile.lock but haven't committed the changes. Please help me install the necessary gems to deploy to Heroku

4

0 に答える 0