make that :require not :required and this should work.
Walter
>
> group :development do
> gem 'rspec-rails', '2.0.1'
> end
>
> group :test do
> gem 'rspec', '2.0.1'
> gem 'webrat', '0.7.1'
> end
>
> --
> 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 rubyonra...@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
Hello
I have been learning ruby on rails 3 from the Michael hartl book, and
I have run into something that I can't figure out. After updating the
gem file and running bundle install, I am getting the following error
You passed :required as an option for gem 'sqlite3-ruby', but it is
invalid.