Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. jaycool@Jaycool:~/odin_on_rails/my_first_rails_app$ git push heroku master
  2. Counting objects: 117, done.
  3. Delta compression using up to 2 threads.
  4. Compressing objects: 100% (102/102), done.
  5. Writing objects: 100% (117/117), 27.04 KiB | 1.23 MiB/s, done.
  6. Total 117 (delta 5), reused 0 (delta 0)
  7. remote: Compressing source files... done.
  8. remote: Building source:
  9. remote:
  10. remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
  11. remote: Detected buildpacks: Ruby,Node.js
  12. remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
  13. remote: -----> Ruby app detected
  14. remote: -----> Compiling Ruby/Rails
  15. remote: -----> Using Ruby version: ruby-2.6.4
  16. remote: -----> Installing dependencies using bundler 1.17.3
  17. remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  18. remote: You are trying to install in deployment mode after changing
  19. remote: your Gemfile. Run `bundle install` elsewhere and add the
  20. remote: updated Gemfile.lock to version control.
  21. remote:
  22. remote: The dependencies in your gemfile changed
  23. remote:
  24. remote: You have added to the Gemfile:
  25. remote: * splite3
  26. remote: * pg
  27. remote:
  28. remote: You have deleted from the Gemfile:
  29. remote: * sqlite3
  30. remote: Bundler Output: You are trying to install in deployment mode after changing
  31. remote: your Gemfile. Run `bundle install` elsewhere and add the
  32. remote: updated Gemfile.lock to version control.
  33. remote:
  34. remote: The dependencies in your gemfile changed
  35. remote:
  36. remote: You have added to the Gemfile:
  37. remote: * splite3
  38. remote: * pg
  39. remote:
  40. remote: You have deleted from the Gemfile:
  41. remote: * sqlite3
  42. remote:
  43. remote: !
  44. remote: ! Failed to install gems via Bundler.
  45. remote: !
  46. remote: ! Push rejected, failed to compile Ruby app.
  47. remote:
  48. remote: ! Push failed
  49. remote: Verifying deploy...
  50. remote:
  51. remote: ! Push rejected to enigmatic-escarpment-76170.
  52. remote:
  53. To https://git.heroku.com/enigmatic-escarpment-76170.git
  54. ! [remote rejected] master -> master (pre-receive hook declined)
  55. error: failed to push some refs to 'https://git.heroku.com/enigmatic-escarpment-76170.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement