gemfile源问题
qiao2818 opened this issue · 2 comments
qiao2818 commented
source 'https://gems.ruby-china.org'
gemfile中直接添加gem 'carrierwave-qiniu',会安装其他源的carrierwave-qiniu
gem 'carrierwave-qiniu', git: 'https://github.com/huobazi/carrierwave-qiniu.git' 这样才能解决
qiao2818 commented
这样配置后,进行bundle update
Installing rest-client 1.7.3 (was 1.8.0)
rest-client不是新版本
huobazi commented
会安装其他源的carrierwave-qiniu
是什么意思?