Well, you tell it to use a version higher OR equal to 1.2.1 ... If you
want it to use only 1.2.1 it should say:

config.gem 'gemname',   :version => '1.2.1'

Hope this helps!

Kind regards,
Jaap Haagmans
w. http://www.relywebsolutions.nl

On 30 jul, 12:43, Sijo Kg <rails-mailing-l...@andreas-s.net> wrote:
> Hi
>
> config.gem 'gemname',   :version => '>= 1.2.1'
>
>     Could anybody please tell what this actually means? Suppose I have
> in my machine version 1.2.1 and 1.2.2 of the gem What expected is it
> uses 1.2.1 But what happened is it used 1.2.2 version Is this the
> default behavoiur or something wrong
>
> Thanks in advance
> Sijo
> --
> Posted viahttp://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@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