在我的 Rail 3.2.13 gemfile 中,我添加了 country_select gem
gem 'country_select', :git => 'git://github.com/stefanpenner/country_select.git'
Rrunning bundle install 但是会加载错误版本的 gem。而是在https://github.com/rails/country_select加载过时的存储库
这发生在我的开发环境中以及将我的应用程序部署到 Heroku 时。
通过使用 ruby gem specific_install,我能够在我的开发环境中克服这个问题,但这对 heroku 没有帮助。
有任何想法吗?