hartian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Jun-01 19:19 UTC
Could not find RubyGem columnize
Hi! Upon updating to rails 2.1 ( sudo gem update) I now get this error when running tests: /Library/Ruby/Site/1.8/rubygems.rb:523:in `report_activate_error'': Could not find RubyGem columnize (>= 0.1) (Gem::LoadError) from /Library/Ruby/Site/1.8/rubygems.rb:131:in `activate'' from /Library/Ruby/Site/1.8/rubygems.rb:155:in `activate'' from /Library/Ruby/Site/1.8/rubygems.rb:154:in `each'' from /Library/Ruby/Site/1.8/rubygems.rb:154:in `activate'' from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'' from /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/ active_support/dependencies.rb:509:in `require'' from /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/ active_support/dependencies.rb:354:in `new_constants_in'' from /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/ active_support/dependencies.rb:509:in `require'' ... 8 levels... from ./test/unit/../test_helper.rb:2:in `require'' from ./test/unit/../test_helper.rb:2 from test/unit/user_test.rb:1:in `require'' from test/unit/user_test.rb:1 My environment: RubyGems Environment: - RUBYGEMS VERSION: 1.1.1 - RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [universal- darwin9.0] - INSTALLATION DIRECTORY: /Library/Ruby/Gems/1.8 - RUBY EXECUTABLE: /System/Library/Frameworks/Ruby.framework/ Versions/1.8/usr/bin/ruby - RUBYGEMS PLATFORMS: - ruby - universal-darwin-9 - GEM PATHS: - /Library/Ruby/Gems/1.8 - /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - :sources => ["http://gems.rubyforge.org", "http:// gems.github.com/"] - REMOTE SOURCES: - http://gems.rubyforge.org - http://gems.github.com/ Anyone else seeing this one? Thanks,George --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You should do : gem install columnize -y Good luck Reinhart http://teapoci.blogspot.com -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---