money
gem,然后删除了,现在我尝试再添加一些Gems来安装它。
$ `bundle install` gives:
Using money (6.1.1)
Using monetize (0.3.0)
Using money-rails (0.10.0)
宝石文件:
gem 'money', '6.1.1'
gem 'money-rails'
gem 'eu_central_bank'
但由于错误,Rails无法启动:
`spec_set.rb:92:in `block` in materialize: Could not find money-6.1.1 in any of the sources (Bundler::GemNotFound)
在开发机器上运行良好,只在生产时才会发生。怎么解决这个问题?