Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-darwin18]
  2. bundler (2.0.1, default: 1.17.2)
  3. rails 5.2.1
  4.  
  5. $ mina deploy
  6. -----> Creating a temporary build path
  7. -----> Using RVM environment "ruby-2.6.0@test_app"
  8. Using /home/app_user/.rvm/gems/ruby-2.6.0 with gemset test_app
  9. -----> Cloning the Git repository
  10. Cloning into bare repository '/var/www/test_app/scm'...
  11. remote: Enumerating objects: 229, done.
  12. remote: Counting objects: 100% (229/229), done.
  13. remote: Compressing objects: 100% (153/153), done.
  14. remote: Total 3043 (delta 116), reused 149 (delta 75), pack-reused 2814
  15. Receiving objects: 100% (3043/3043), 34.81 MiB | 46.36 MiB/s, done.
  16. Resolving deltas: 100% (1951/1951), done.
  17. -----> Using git branch 'deploy-DO'
  18. Cloning into '.'...
  19. done.
  20. -----> Using this git commit
  21. app_user (626d068):
  22. > Bundler config
  23. -----> Symlinking shared paths
  24. -----> Installing gem dependencies using Bundler
  25. Traceback (most recent call last):
  26. 4: from /home/app_user/.rvm/rubies/ruby-2.6.0/bin/ruby_executable_hooks:24:in `<main>'
  27. 3: from /home/app_user/.rvm/rubies/ruby-2.6.0/bin/ruby_executable_hooks:24:in `eval'
  28. 2: from /home/app_user/.rvm/rubies/ruby-2.6.0/bin/bundle:23:in `<main>'
  29. 1: from /home/app_user/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems.rb:302:in `activate_bin_path'
  30. /home/app_user/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (2.0.1) required by your /var/www/test_app/tmp/build-155639107424949/Gemfile.lock. (Gem::GemNotFoundException)
  31. To update to the latest version installed on your system, run `bundle update --bundler`.
  32. To install the missing version, run `gem install bundler:2.0.1`
  33. ! ERROR: Deploy failed.
  34. -----> Cleaning up build
  35. Unlinking current
  36. OK
  37. Connection to 206.81.6.131 closed.
  38.  
  39. ! Run Error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement