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
I had similar issues and resolved it by removing the prawn submodules in git.
精彩评论