script/server show me: Missing these required gems: cucumber-rails = 0.3.0 rspec-rails = 1.3.2 You''re running: ruby 1.8.7.72 at /home/oren/.rvm/rubies/ruby-1.8.7-p72/bin/ruby rubygems 1.3.6 at /home/oren/.rvm/gems/ruby-1.8.7-p72@cms, /home/ oren/.rvm/gems/ruby-1.8.7-p72@global Run `rake gems:install` to install the missing gems. gem list shows me all the gems I need (I use rvm with gemset for this project, btw). here is the gems section of the environment.rb I believe the problem related to the missing :lib. what does :lib mean, when do i need it and how to find the correct lib in case it''s needed? Thanks! config.gem ''mysql'', :version =>''2.8.1'' config.gem ''thin'', :version =>''1.2.7'' config.gem ''hoptoad_notifier'', :version =>''2.2.6'' config.gem ''cucumber-rails'', :version =>''0.3.0'' config.gem ''database_cleaner'', :version =>''0.5.2'' config.gem ''rspec-rails'', :version =>''1.3.2'' config.gem ''webrat'', :version =>''0.7.0'' config.gem ''factory_girl'', :version =>''1.2.2'' config.gem ''sparky'', :version =>''0.0.1'' -- 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.
Joe Peck
2011-Mar-09 21:01 UTC
Re: Missing these required gems even though they are installed
I''m having this exact same problem, with the two exact same gems. Did you ever figure out an answer to this? -- 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.