Rails Heroku - 无法git推送heroku master - i18n问题

Mel*_*Mel 4 heroku ruby-on-rails-4

我正在尝试git push heroku master.

它失败了,出现以下错误:

Could not find i18n-0.6.10 in any of the sources
 !
 !     Failed to install gems via Bundler.
 !

 !     Push rejected, failed to compile Ruby app
Run Code Online (Sandbox Code Playgroud)

我的gemfile.lock文件中有i18n.有谁知道该怎么办?谢谢

Jis*_*m82 6

在你的gemfile.lock变化中

i18n (0.6.10)
Run Code Online (Sandbox Code Playgroud)

i18n (0.6.9)
Run Code Online (Sandbox Code Playgroud)

正如John Beynon所说,目前没有0.6.10的版本.