Guest User

Untitled

a guest
Nov 28th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.35 KB | None | 0 0
  1. fgro@sokrates ~/torial $ cap deploy
  2. /home/fgro/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- capistrano-deploytags (LoadError)
  3. from /home/fgro/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  4. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:152:in `require'
  5. from ./config/deploy.rb:5:in `load'
  6. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:93:in `instance_eval'
  7. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:93:in `load'
  8. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:172:in `load_from_file'
  9. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:89:in `load'
  10. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:86:in `block in load'
  11. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:86:in `each'
  12. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:86:in `load'
  13. from Capfile:8:in `load'
  14. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:93:in `instance_eval'
  15. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:93:in `load'
  16. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:172:in `load_from_file'
  17. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:89:in `load'
  18. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:86:in `block in load'
  19. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:86:in `each'
  20. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:86:in `load'
  21. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/cli/execute.rb:65:in `block in load_recipes'
  22. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/cli/execute.rb:65:in `each'
  23. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/cli/execute.rb:65:in `load_recipes'
  24. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/cli/execute.rb:31:in `execute!'
  25. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/lib/capistrano/cli/execute.rb:14:in `execute'
  26. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/gems/capistrano-2.12.0/bin/cap:4:in `<top (required)>'
  27. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/bin/cap:19:in `load'
  28. from /home/fgro/.rvm/gems/ruby-1.9.3-p194@torial/bin/cap:19:in `<main>'
  29. fgro@sokrates ~/torial $ rvm list
  30.  
  31. rvm rubies
  32.  
  33. rbx-head [ x86_64 ]
  34. ruby-1.8.7-p352 [ x86_64 ]
  35. ruby-1.9.2-p180 [ x86_64 ]
  36. * ruby-1.9.2-p290 [ x86_64 ]
  37. ruby-1.9.3-p0 [ x86_64 ]
  38. => ruby-1.9.3-p194 [ x86_64 ]
  39.  
  40. # => - current
  41. # =* - current && default
  42. # * - default
  43.  
  44. fgro@sokrates ~/torial $ bundle list
  45. Gems included by the bundle:
  46. * RedCloth (4.2.9)
  47. * actionmailer (3.2.6)
  48. * actionpack (3.2.6)
  49. * activemodel (3.2.6)
  50. * activerecord (3.2.6)
  51. * activeresource (3.2.6)
  52. * activesupport (3.2.6)
  53. * acts_as_follower (0.1.1)
  54. * addressable (2.2.7)
  55. * arel (3.0.2)
  56. * bcrypt-ruby (3.0.1)
  57. * builder (3.0.0)
  58. * bundler (1.1.5)
  59. * cancan (1.6.7)
  60. * capistrano (2.12.0)
  61. * capistrano-deploytags (0.6.1 7f17000)
  62. * capistrano-ext (1.2.1)
  63. * capistrano_colors (0.5.5)
  64. * capybara (1.1.2)
  65. * childprocess (0.3.1)
  66. * chronic (0.6.7)
  67. * chunky_png (1.2.5)
  68. * cocaine (0.2.1)
  69. * coffee-rails (3.2.2)
  70. * coffee-script (2.2.0)
  71. * coffee-script-source (1.3.3)
  72. * compass (0.12.2)
  73. * compass-rails (1.0.3)
  74. * daemon_controller (1.0.0)
  75. * daemons (1.1.8)
  76. * database_cleaner (0.8.0)
  77. * devise (2.0.4)
  78. * diff-lcs (1.1.3)
  79. * embedly (1.5.6)
  80. * erubis (2.7.0)
  81. * eventmachine (0.12.10)
  82. * exception_notification (2.6.1)
  83. * execjs (1.3.0)
  84. * factory_girl (3.4.0)
  85. * factory_girl_rails (3.4.0)
  86. * faker (1.0.1)
  87. * fakeweb (1.3.0)
  88. * fastthread (1.0.7)
  89. * faye-websocket (0.4.6)
  90. * ffi (1.0.11)
  91. * fssm (0.2.9)
  92. * fuubar (1.0.0)
  93. * growl (1.0.3)
  94. * guard (1.1.1)
  95. * guard-bundler (1.0.0)
  96. * guard-jasmine (1.5.1)
  97. * guard-pow (1.0.0)
  98. * guard-rspec (1.1.0)
  99. * guard-spork (1.0.1)
  100. * haml (3.1.6)
  101. * highline (1.6.12)
  102. * hike (1.2.1)
  103. * hooks (0.2.0)
  104. * http_parser.rb (0.5.3)
  105. * i18n (0.6.0)
  106. * jasminerice (0.0.9)
  107. * journey (1.0.3)
  108. * jquery-rails (2.0.2)
  109. * json (1.7.3)
  110. * kaminari (0.13.0)
  111. * launchy (2.1.0)
  112. * libv8 (3.3.10.4)
  113. * listen (0.4.5)
  114. * mail (2.4.4)
  115. * memcache-client (1.8.5)
  116. * mime-types (1.19)
  117. * multi_json (1.3.6)
  118. * multi_xml (0.4.4)
  119. * mysql2 (0.3.11)
  120. * net-scp (1.0.4)
  121. * net-sftp (2.0.5)
  122. * net-ssh (2.5.2)
  123. * net-ssh-gateway (1.1.0)
  124. * nokogiri (1.5.4)
  125. * notes (0.1.1)
  126. * oauth (0.4.6)
  127. * orm_adapter (0.0.7)
  128. * paint (0.8.5)
  129. * paperclip (2.7.0)
  130. * paperclip-meta (0.4.1)
  131. * passenger (3.0.12)
  132. * poltergeist (0.6.0)
  133. * polyglot (0.3.3)
  134. * psych (1.3.4)
  135. * querystring (0.1.0)
  136. * rack (1.4.1)
  137. * rack-cache (1.2)
  138. * rack-ssl (1.3.2)
  139. * rack-test (0.6.1)
  140. * rails (3.2.6)
  141. * railties (3.2.6)
  142. * rake (0.9.2.2)
  143. * rb-fchange (0.0.5)
  144. * rb-fsevent (0.9.1)
  145. * rb-inotify (0.8.8)
  146. * rdoc (3.12)
  147. * representable (1.2.3)
  148. * roar (0.11.2)
  149. * roar-rails (0.0.10)
  150. * rspec (2.10.0)
  151. * rspec-core (2.10.1)
  152. * rspec-expectations (2.10.0)
  153. * rspec-instafail (0.2.4)
  154. * rspec-mocks (2.10.1)
  155. * rspec-rails (2.10.1)
  156. * ruby-progressbar (0.0.10)
  157. * rubyzip (0.9.8)
  158. * sass (3.1.20)
  159. * sass-rails (3.2.5)
  160. * selenium-webdriver (2.20.0)
  161. * simpleconfig (1.1.3)
  162. * spork (1.0.0rc3)
  163. * sprockets (2.1.3)
  164. * test_xml (0.1.2)
  165. * therubyracer (0.10.1)
  166. * thin (1.3.1)
  167. * thor (0.15.2)
  168. * tilt (1.3.3)
  169. * timeline_fu (0.4.1 ea463c0)
  170. * treetop (1.4.10)
  171. * typhoeus (0.4.2)
  172. * typus (3.1.10)
  173. * tzinfo (0.3.33)
  174. * uglifier (1.2.4)
  175. * warden (1.1.1)
  176. * whenever (0.7.3)
  177. * xpath (0.1.4)
Add Comment
Please, Sign In to add comment