Note that there are some explanatory texts on larger screens.

plurals
  1. POBundle Install works - but git push heroku master gives errors
    primarykey
    data
    text
    <p>Bundle install worked. But when I git push heroku master, I got this:</p> <pre><code>C:\Sites\first_app&gt;git push heroku master Warning: Permanently added the RSA host key for IP address '50.19.85.132' t list of known hosts. Counting objects: 65, done. Delta compression using up to 8 threads. Compressing objects: 100% (51/51), done. Writing objects: 100% (65/65), 26.10 KiB, done. Total 65 (delta 3), reused 0 (delta 0) -----&gt; Heroku receiving push -----&gt; Ruby/Rails app detected -----&gt; Installing dependencies using Bundler version 1.1.2 Running: bundle install --without development:test --path vendor/bun -binstubs bin/ Fetching gem metadata from https://rubygems.org/......... Bundler could not find compatible versions for gem "railties": In Gemfile: rails (= 3.2.1) ruby depends on railties (= 3.2.1) ruby jquery-rails (= 2.0.0) ruby depends on railties (3.2.3) Failed to install gems via Bundler. Heroku push rejected, failed to compile Ruby/rails app To git@heroku.com:evening-frost-9408.git [remote rejected] master -&gt; master (pre-receive hook declined) error: failed to push some refs to 'git@heroku.com:evening-frost-9408.git' </code></pre> <p>Here is my Gem file:</p> <pre><code>source 'https://rubygems.org' gem 'rails', '3.2.1' # Bundle edge Rails instead: # gem 'rails', :git =&gt; 'git://github.com/rails/rails.git' group :development do gem 'sqlite3', '1.3.5' end # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', '3.2.4' gem 'coffee-rails', '3.2.2' gem 'uglifier', '1.2.3' end gem 'jquery-rails', '2.0.0' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~&gt; 3.0.0' # To use Jbuilder templates for JSON # gem 'jbuilder' # Use unicorn as the web server # gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'ruby-debug19', :require =&gt; 'ruby-debug' </code></pre> <p>I'm basically following Ruby on Rails tutorial. But the rails I have is 3.2.1, but the online book says rails 3.2.3. I tried changing it to 3.2.3 and ~>3.2.3, I still get the same error message</p> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload