Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. remote: -----> Ruby app detected
  2. remote: -----> Compiling Ruby/Rails
  3. remote: -----> Using Ruby version: ruby-2.6.3
  4. remote: -----> Installing dependencies using bundler 1.15.2
  5. remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  6. remote: nil versions are discouraged and will be deprecated in Rubygems 4
  7. remote: The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
  8. remote: Unable to find a spec satisfying sqlite3 (>= 0) in the set. Perhaps the lockfile
  9. remote: is corrupted?
  10. remote: Bundler Output: nil versions are discouraged and will be deprecated in Rubygems 4
  11. remote: The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
  12. remote: Unable to find a spec satisfying sqlite3 (>= 0) in the set. Perhaps the lockfile
  13. remote: is corrupted?
  14. remote:
  15. remote: !
  16. remote: ! Failed to install gems via Bundler.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement