User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092318 Fedora/3.0.2-1.fc9 Firefox/3.0.2 When I attempt to run the command 'rails', I get the following output: /usr/lib/ruby/site_ruby/1.8/rubygems.rb:578:in `report_activate_error': RubyGem version error: rake(0.7.3 not >= 0.8.1) (Gem::LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:134:in `activate' from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:158:in `activate' from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `each' from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `activate' from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:49:in `gem' from /usr/bin/rails:15 Reproducible: Always Steps to Reproduce: 1. yum install rubygem-rails 2. 'rails'
I just rpmbuilt the F8 src RPM for rubygem-rake-0.8.3-1 and rails seems happy now. Is the rake version bump all that's needed?
That's probably all that's needed. I'll try to bump tonight.
This is actually already built, it's just not in Stable. Try the following. yum --enablerepo='epel-testing' install rubygem-rake
Looks great -- thanks for the quick response!