In my command line I type script/server and I get the following error below: /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:826:in `report_activate_error'': RubyGem version error: rack(0.9.1 not ~> 1.0.1) (Gem::LoadError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:260:in `activate'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:67:in `gem'' from /Users/musdev/.gem/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller.rb:34 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from /Users/musdev/.gem/ruby/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'' from /Users/musdev/.gem/ruby/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'' from /Users/musdev/.gem/ruby/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'' from /Users/musdev/.gem/ruby/1.8/gems/rails-2.3.5/lib/commands/server.rb:2 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from script/server:3 I see the rubygem version error, I get version 1.3.4 when I type gem -v at the command. Kindest Regards -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 24/03/2010 10:34 AM, Zayd Connor wrote:> In my command line I type script/server and I get the following error > below: > > /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:826:in > `report_activate_error'': RubyGem version error: rack(0.9.1 not ~> 1.0.1) > (Gem::LoadError) > > > I see the rubygem version error, I get version 1.3.4 when I type gem -v > at the command. > >Yes, but it''s the rack version it is complaining about, not rails. gem install rack -v=1.0.1 Cheers, Gary. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Gary Doades wrote:> On 24/03/2010 10:34 AM, Zayd Connor wrote: >>Up and running!! Thanks GaryKindest Regards Zayd>> > Yes, but it''s the rack version it is complaining about, not rails. > > gem install rack -v=1.0.1 > > Cheers, > Gary.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.