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
Please explain better what you are trying to do and add more details to your question. Remember that someone’s effort in answering will be directly proportional to their effort in asking.
– Rodrigo Deodoro
it would be interesting to also add the contents of your
Gemfile
– danilopopeye