Trying to understand how the version of rails is handled in the gem file,
if you do:

gem "rails"

and call bundle, it from what I understand will pull down the latest stable
release right?


And then a gemlock file is created, which will contain the version number
so any future calls to bundle will get the same version (it will just be
ignored).

So if you want to upgrade you have to delete the gemlock line with rails
right?

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