Fix OpenID support, which was broken a month ago while fixing deprecation warnings.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@677 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-12-07 19:46:24 +00:00
parent 5fa50512ce
commit b2526926a5

View file

@ -17,6 +17,7 @@
begin
gem "ruby-openid", ">= 1.0"
require "openid"
rescue LoadError
require "openid"
end