Hi Sheldon,

Tried what you advised. Am getting this message on starting Webrick (I
thought I would test it here before trying in production)

=> Booting WEBrick...
/usr/local/lib/site_ruby/1.8/rubygems/requirement.rb:150:in `parse':
Illformed requirement [{:source=>"http://code.whytheluckystiff.net";,
:version=>">= 4.1.1"}] (ArgumentError)
        from /usr/local/lib/site_ruby/1.8/rubygems/requirement.rb:75:in 
`initialize'

Thanks,

Paul Thompson

2009/1/15 [email protected] <[email protected]>:
>
> I had a similar problem a while back and had to add the following to
> my environment.rb file:
>
> config.gem "RedCloth", :version => ">= 4.1.1", :source => "http://
> code.whytheluckystiff.net"
>
> This should go in the Rails::Initializers.run block.
>
> Sheldon

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to