使用捆绑器在生产服务器上更新到新版本的虾时出现问题
我已经更新了我的代码等以使用 0.10.2 版本及其全部 从事开发工作。
当我部署到生产服务器并完成捆绑安装时,我 仍然出现此错误?
git://github.com/sandal/prawn(0.10.2)未签出。请 运行 bundle install
(Bundler::GitError)
然后我再次运行bundle install 并收到此错误
/usr/local/rvm/gems/ruby-1.8.7-p302/bundler/gems/prawn-89ba0ebf7ac3 / prawn.gemspec:2: 警告:已经初始化常量 PRAWN_VERSION
任何人都可以帮忙解决这个问题吗?
多谢 里克
I have updated my code etc to work with the 0.10.2 version and its all
working in development.
When i deployed to my production server and done a bundle install i
still get this errors?
git://github.com/sandal/prawn (at 0.10.2) is not checked out. Please
run bundle install
(Bundler::GitError)
I then run bundle install again and get this error
/usr/local/rvm/gems/ruby-1.8.7-p302/bundler/gems/prawn-89ba0ebf7ac3/
prawn.gemspec:2: warning: already initialized constant PRAWN_VERSION
Can anyone help with this PLEASE ?
thanks alot
rick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了类似的问题,并通过删除 git 中的虾子模块来解决它。
I had similar issues and resolved it by removing the prawn submodules in git.