Guest User

Untitled

a guest
Jan 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. $ rails --version
  2.  
  3. $ gem install rails
  4.  
  5. Successfully installed rails-3.2.8
  6. 1 gem installed
  7. Installing ri documentation for rails-3.2.8...
  8. Installing RDoc documentation for rails-3.2.8...
  9.  
  10. F:>gem cleanup rails
  11. Cleaning up installed gems... Attempting to uninstall rails-2.3.14
  12.  
  13. You have requested to uninstall the gem:
  14. rails-2.3.14
  15. restful_authentication-1.1.6 depends on [rails (~> 2.3.4)]
  16. If you remove this gems, one or more dependencies will not be met.
  17. Continue with Uninstall? [Yn] y
  18. Executables and scripts will remain installed.
  19. Successfully uninstalled rails-2.3.14
  20. Clean Up Complete
  21.  
  22. F:>gem uninstall restful_authentication
  23. Successfully uninstalled restful_authentication-1.1.6
  24.  
  25. F:>gem install rails
  26. Successfully installed rails-3.2.8
  27. 1 gem installed
  28. Installing ri documentation for rails-3.2.8...
  29. Installing RDoc documentation for rails-3.2.8...
  30.  
  31. F:>rails -v
  32. C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems.rb:317:in `bin_path': can't find ge
  33. m rails ([">= 0"]) with executable rails (Gem::GemNotFoundException)
  34. from C:/Ruby193/bin/rails:23:in `<main>'
Add Comment
Please, Sign In to add comment