On Mar 16, 11:24 pm, Manny 777 <li...@ruby-forum.com> wrote:
> Hi there,
>  I'm solving the problem about the plugin Magick. In my app in Gemfile
> I've follwoing:
>
> require 'rubygems'
> require 'mongo'
> require 'RMagick'
>
>  include Magick

That looks like an odd to thing to have in your Gemfile. Your gemfile
should contain stuff like

gem 'mongo'
gem 'RMagick'

etc. not actual require statements

Fred

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to