On 11/6/06, Pawel Szymczykowski <makenai / gmail.com> wrote: > Hi all, > > I'm running into a weird problem with rubygems and using > 'require_gem'. Given the following code, Hm.. nevermind. I'm a fool. A foolish fool. I just found the following pages that explains the issue: http://redhanded.hobix.com/inspect/autorequireIsBasicallyGoneEveryone.html http://desperatepundit.com/blog/cremes/technology/2006/05/30/Ruby-Tip-1-require-gem-is-unnecessary.html So it looks like I have to do: require_gem 'mechanize', '>= 0.6.3' require 'mechanize' In order to require and load a specific version of a gem. Oh well. -Pawel