Advertisement
Guest User

ruby bundle check

a guest
Jan 29th, 2013
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Chloe@dumbopc /cygdrive/c/Sites
  2. $ bundle platform
  3. Could not locate Gemfile
  4.  
  5. Chloe@dumbopc /cygdrive/c/Sites
  6. $ bundle check
  7. Could not locate Gemfile
  8.  
  9. Chloe@dumbopc /cygdrive/c/Sites
  10. $ cd testapp/
  11.  
  12. Chloe@dumbopc /cygdrive/c/Sites/testapp
  13. $ bundle platform
  14. Your platform is: i386-cygwin
  15.  
  16. Your app has gems that work on these platforms:
  17. * ruby
  18.  
  19. Your Gemfile does not specify a Ruby version requirement.
  20.  
  21. Chloe@dumbopc /cygdrive/c/Sites/testapp
  22. $ bundle check
  23. Unfortunately, a fatal error has occurred. Please see the Bundler
  24. troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
  25. /usr/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/friendly_errors.rb:32: stack level too deep (SystemStackError)
  26.  
  27. Chloe@dumbopc /cygdrive/c/Sites/testapp
  28. $ gem env
  29. RubyGems Environment:
  30. - RUBYGEMS VERSION: 1.8.24
  31. - RUBY VERSION: 1.9.3 (2013-01-15 patchlevel 374) [i386-cygwin]
  32. - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.9.1
  33. - RUBY EXECUTABLE: /usr/bin/ruby.exe
  34. - EXECUTABLE DIRECTORY: /usr/bin
  35. - RUBYGEMS PLATFORMS:
  36. - ruby
  37. - x86-cygwin
  38. - GEM PATHS:
  39. - /usr/lib/ruby/gems/1.9.1
  40. - /home/Chloe/.gem/ruby/1.9.1
  41. - GEM CONFIGURATION:
  42. - :update_sources => true
  43. - :verbose => true
  44. - :benchmark => false
  45. - :backtrace => false
  46. - :bulk_threshold => 1000
  47. - "install" => "--no-rdoc --no-ri"
  48. - "update" => "--no-rdoc --no-ri"
  49. - REMOTE SOURCES:
  50. - http://rubygems.org/
  51.  
  52. Chloe@dumbopc /cygdrive/c/Sites/testapp
  53. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement