Skip to content

Commit

Permalink
Merge pull request #19 from sag47/feature_better_nokogiri_support
Browse files Browse the repository at this point in the history
Update nokogiri dependency >= 1.5
  • Loading branch information
dlindahl committed Nov 15, 2013
2 parents 3b451f5 + dc34d7f commit 0467816
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 0467816

Please sign in to comment.