Skip to content

Instantly share code, notes, and snippets.

@jtrupiano
Created January 16, 2010 18:34
Show Gist options
  • Save jtrupiano/278941 to your computer and use it in GitHub Desktop.
Save jtrupiano/278941 to your computer and use it in GitHub Desktop.
rvm + ruby 1.8.7 giving me problems
john-mbp:rails john$ gem install timecop
/Users/john/.rvm/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb:232: warning: getc is obsolete; use STDIN.getc instead
^CERROR: Interrupted
john-mbp:rails john$ gem install timecop --no-rdoc --no-ri
Successfully installed timecop-0.3.4
1 gem installed
john-mbp:rails john$ gem install rails --no-rdoc --no-ri
/Users/john/.rvm/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb:245: [BUG] Segmentation fault
ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-darwin9.8.0]
Abort trap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment