Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
  2. Detected buildpacks: Ruby,Node.js
  3. See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
  4. -----> Ruby app detected
  5. -----> Compiling Ruby/Rails
  6. -----> Using Ruby version: ruby-2.7.0
  7. -----> Vendoring libpq 5.12.1
  8. -----> Removing BUNDLED WITH version in the Gemfile.lock
  9. -----> Installing dependencies using bundler 1.17.3
  10. Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  11. [DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set deployment 'true'`, and stop using this flag
  12. [DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set path 'vendor/bundle'`, and stop using this flag
  13. [DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set without 'development:test'`, and stop using this flag
  14. [DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs`
  15. You are trying to install in deployment mode after changing
  16. your Gemfile. Run `bundle install` elsewhere and add the
  17. updated Gemfile.lock to version control.
  18.  
  19. The dependencies in your gemfile changed
  20.  
  21. You have added to the Gemfile:
  22. * sqlite3
  23. * pg
  24.  
  25. You have deleted from the Gemfile:
  26. * sqlite3 (~> 1.4)
  27. Bundler Output: [DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set deployment 'true'`, and stop using this flag
  28. [DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set path 'vendor/bundle'`, and stop using this flag
  29. [DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set without 'development:test'`, and stop using this flag
  30. [DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs`
  31. You are trying to install in deployment mode after changing
  32. your Gemfile. Run `bundle install` elsewhere and add the
  33. updated Gemfile.lock to version control.
  34.  
  35. The dependencies in your gemfile changed
  36.  
  37. You have added to the Gemfile:
  38. * sqlite3
  39. * pg
  40.  
  41. You have deleted from the Gemfile:
  42. * sqlite3 (~> 1.4)
  43. !
  44. ! Failed to install gems via Bundler.
  45. !
  46. ! Push rejected, failed to compile Ruby app.
  47. ! Push failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement