Я пытаюсь отправить мой проект RoR 3.1.0.beta1 в Heroku из моего репозитория Git, как обычно, с помощью следующей команды: git push heroku master
Но я получаю следующую ошибку:
-----> Heroku receiving push
-----> Rails app detected
-----> Detected Rails is not set to serve static_assets
Installing rails3_serve_static_assets... done
-----> Configure Rails 3 to disable x-sendfile
Installing rails3_disable_x_sendfile... done
-----> Configure Rails to log to stdout
Installing rails_log_stdout... done
-----> Gemfile detected, running Bundler version 1.0.7
Unresolved dependencies detected; Installing...
Using --without development:test
Fetching source index for http://rubygems.org/
Could not find sprockets-2.0.0.beta.2 in any of the sources
FAILED: http://devcenter.heroku.com/articles/bundler
! Heroku push rejected, failed to install gems via Bundler
В моем Gemfile есть такая строка: gem 'sprockets', '2.0.0.beta.2'
Звездочки версии 2.0.0.beta.2 существуют, потому что я тяну разные версии, включая эту версию.Я что-то упускаю здесь?
Спасибо