Gem will_paginate does not load when deployed on Heroku

1
Initializing repository, done.
Counting objects: 3605, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1035/1035), done.
Writing objects: 100% (3605/3605), 7.57 MiB | 71.00 KiB/s, done.
Total 3605 (delta 2463), reused 3605 (delta 2463)

-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.5.2
       New app detected loading default bundler cache
       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
       Fetching gem metadata from http://rubygems.org/.......
       Fetching additional metadata from http://rubygems.org/..
       Fetching github.com/mislav/will_paginate.git
    
asked by anonymous 29.01.2014 / 20:25

1 answer

1

Solved, the problem was in the same Gemfile, the gem was calling a wrong version, when entering the correct version worked perfectly.

    
30.01.2014 / 21:45