Skip to content

Commit

Permalink
Update nokogiki dependency >= 1.5
Browse files Browse the repository at this point in the history
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.6 which accounts for
Nokogiri 1.6 as well.
  • Loading branch information
samrocketman committed Oct 5, 2013
1 parent 3bb3387 commit dc34d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-cas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.version = Omniauth::Cas::VERSION

gem.add_dependency 'omniauth', '~> 1.1.0'
gem.add_dependency 'nokogiri', '~> 1.6'
gem.add_dependency 'nokogiri', '>= 1.5'
gem.add_dependency 'addressable', '~> 2.3'

gem.add_development_dependency 'rake', '~> 0.9'
Expand Down

0 comments on commit dc34d7f

Please sign in to comment.