ChrisT wrote: > > My Gemfile: > source 'http://gemcutter.org' > source 'http://gems.github.com' > gem "gemcutter", "0.4.1" > > # Rails3 beta > gem "rails", "3.0.0.beta" > > # ActiveRecord requires a database adapter. > gem "ruby-mysql" > > # Gems required for the AftershockHarness > gem "watir", "1.6.5" > gem "firewatir", "1.6.5" >
Okay.. Did you do 'bundler lock' ? (I am shooting blind here, I'm confused by the problem, but sometimes it's like playing broadsides.. start shooting and it starts making sense!). -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

