Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
957
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. bundle install --deployment
  2. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
  3. installing your bundle as root will break this application for all non-root users
  4. on this machine.
  5. You are trying to install in deployment mode after changing
  6. your Gemfile. Run `bundle install` elsewhere and add the
  7. updated Gemfile.lock to version control.
  8.  
  9. You have added to the Gemfile:
  10. * source: https://github.com/Snorby/delayed_job_data_mapper.git (at master)
  11. * source: https://github.com/mephux/ezprint.git (at rails3)
  12. * source: https://github.com/Snorby/snorby_cas_authenticatable.git (at master)
  13.  
  14. You have deleted from the Gemfile:
  15. * source: http://github.com/Snorby/delayed_job_data_mapper.git (at master)
  16. * source: http://github.com/Snorby/snorby_cas_authenticatable.git (at master)
  17. * source: http://github.com/mephux/ezprint.git (at rails3)
  18.  
  19. You have changed in the Gemfile:
  20. * devise_cas_authenticatable from
  21. `https://github.com/Snorby/snorby_cas_authenticatable.git (at master)` to `no
  22. specified source`
  23. * ezprint from `https://github.com/mephux/ezprint.git (at rails3)` to `no
  24. specified source`
  25. * delayed_job_data_mapper from
  26. `https://github.com/Snorby/delayed_job_data_mapper.git (at master)` to `no
  27. specified source`
  28.  
  29.  
  30.  
  31. **** AND***
  32.  
  33.  
  34. rake snorby:setup
  35. Could not find rake-0.9.2 in any of the sources
  36. Try running `bundle install`.
  37.  
  38.  
  39. bundle install
  40. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
  41. installing your bundle as root will break this application for all non-root users
  42. on this machine.
  43. You are trying to install in deployment mode after changing
  44. your Gemfile. Run `bundle install` elsewhere and add the
  45. updated Gemfile.lock to version control.
  46.  
  47. If this is a development machine, remove the Gemfile freeze
  48. by running `bundle install --no-deployment`.
  49.  
  50. You have added to the Gemfile:
  51. * source: https://github.com/Snorby/delayed_job_data_mapper.git (at master)
  52. * source: https://github.com/mephux/ezprint.git (at rails3)
  53. * source: https://github.com/Snorby/snorby_cas_authenticatable.git (at master)
  54.  
  55. You have deleted from the Gemfile:
  56. * source: http://github.com/Snorby/delayed_job_data_mapper.git (at master)
  57. * source: http://github.com/Snorby/snorby_cas_authenticatable.git (at master)
  58. * source: http://github.com/mephux/ezprint.git (at rails3)
  59.  
  60. You have changed in the Gemfile:
  61. * devise_cas_authenticatable from
  62. `https://github.com/Snorby/snorby_cas_authenticatable.git (at master)` to `no
  63. specified source`
  64. * ezprint from `https://github.com/mephux/ezprint.git (at rails3)` to `no
  65. specified source`
  66. * delayed_job_data_mapper from
  67. `https://github.com/Snorby/delayed_job_data_mapper.git (at master)` to `no
  68. specified source`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement