dlindahl / omniauth-cas

A CAS OmniAuth Strategy
MIT License
88 stars 79 forks source link

Update nokogiri dependency >= 1.5 #19

Closed samrocketman closed 10 years ago

samrocketman commented 11 years ago

Following http://guides.rubygems.org/patterns/

A previous update forcing only Nokogiri 1.6 breaks several applications. Since Nokogiri 1.5 still works just fine I modified the dependency to be >= 1.5 which accounts for Nokogiri 1.6 as well.