Guest User

Untitled

a guest
Aug 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.02 KB | None | 0 0
  1. g3d@viter-system-product-name [06:23:53] [~/Documents/Code/Ruby/demo.saintrb] [master]
  2. -> % bundle install
  3. Using rake (0.9.2.2)
  4. Using addressable (2.2.8)
  5. Using bcrypt-ruby (3.0.1)
  6. Using dm-core (1.2.0)
  7. Using dm-aggregates (1.2.0)
  8. Using dm-constraints (1.2.0)
  9. Using dm-migrations (1.2.0)
  10. Using fastercsv (1.5.5)
  11. Using json (1.6.7)
  12. Using json_pure (1.6.7)
  13. Using multi_json (1.0.4)
  14. Using dm-serializer (1.2.1)
  15. Using dm-timestamps (1.2.0)
  16. Using dm-transactions (1.2.0)
  17. Using stringex (1.3.3)
  18. Using uuidtools (2.1.2)
  19. Using dm-types (1.2.1)
  20. Using dm-validations (1.2.0)
  21. Using data_mapper (1.2.0)
  22. Using data_objects (0.10.8)
  23. Using dm-do-adapter (1.2.0)
  24. Using dm-is-tree (1.2.0)
  25. Using do_sqlite3 (0.10.8)
  26. Using dm-sqlite-adapter (1.2.0)
  27. Using erubis (2.7.0)
  28. Using subexec (0.2.2)
  29. Using mini_magick (3.4)
  30. Using presto-crud (0.0.1)
  31. Using rack (1.4.1)
  32. Using tilt (1.3.3)
  33. Using presto (0.4.6)
  34. Using saint (0.2.7)
  35. Using bundler (1.1.3)
  36. Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
  37. g3d@viter-system-product-name [06:23:57] [~/Documents/Code/Ruby/demo.saintrb] [master]
  38. -> % rake dm:migrate --trace
  39. rake aborted!
  40. cannot load such file -- rdiscount
  41. /Volumes/Files/g3d/Documents/Code/Ruby/demo.saintrb/app.rb:11:in `require'
  42. /Volumes/Files/g3d/Documents/Code/Ruby/demo.saintrb/app.rb:11:in `<top (required)>'
  43. /Volumes/Files/g3d/Documents/Code/Ruby/demo.saintrb/Rakefile:2:in `require'
  44. /Volumes/Files/g3d/Documents/Code/Ruby/demo.saintrb/Rakefile:2:in `<top (required)>'
  45. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load'
  46. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load_rakefile'
  47. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/application.rb:501:in `raw_load_rakefile'
  48. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/application.rb:82:in `block in load_rakefile'
  49. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  50. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/application.rb:81:in `load_rakefile'
  51. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/application.rb:65:in `block in run'
  52. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  53. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
  54. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
  55. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/bin/rake:19:in `load'
  56. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@global/bin/rake:19:in `<main>'
  57. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@artkluch/bin/ruby_noexec_wrapper:14:in `eval'
  58. /Volumes/Files/g3d/.rvm/gems/ruby-1.9.3-p194@artkluch/bin/ruby_noexec_wrapper:14:in `<main>'
Add Comment
Please, Sign In to add comment