Advertisement
Guest User

Untitled

a guest
Dec 17th, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Your bundle is complete! It was installed into ./vendor/bundle
  2. Post-install message from rdoc:
  3. Depending on your version of ruby, you may need to install ruby rdoc/ri data:
  4.  
  5. <= 1.8.6 : unsupported
  6. = 1.8.7 : gem install rdoc-data; rdoc-data --install
  7. = 1.9.1 : gem install rdoc-data; rdoc-data --install
  8. >= 1.9.2 : nothing to do! Yay!
  9.  
  10. Post-install message from httparty:
  11. When you HTTParty, you must party hard!
  12. devel:/var/www/vhosts/system/gitlab# bundle --version
  13. Bundler version 1.2.3
  14. devel:/var/www/vhosts/system/gitlab# bundle install
  15. Gemfile syntax error:
  16. /var/www/vhosts/system/gitlab/Gemfile:14: syntax error, unexpected ':', expecting $end
  17. gem "mysql2", group: :mysql
  18. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement