Skip to content

Commit

Permalink
upgrading nokogiri dependency to ~> 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles Levallois committed Jun 26, 2013
1 parent 040edd6 commit 577e238
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.5'
gem.add_dependency 'nokogiri', '~> 1.6'
gem.add_dependency 'addressable', '~> 2.3'

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

0 comments on commit 577e238

Please sign in to comment.