Config.gem 'hpricot' still wants require 'hpricot'

Why do I need to add require ‘hpricot’ if I already have defined
config.gem ‘hpricot’ in environment.rb?

The strange thing is that when I use script/console I can use Hpricot
directly Oo