1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Update nokogiri dependency to version ~> 1.5.0

This commit is contained in:
Erik Michaels-Ober 2011-07-10 10:14:50 -07:00
parent f6f7d5ef42
commit f1d9826149

View file

@ -3,7 +3,7 @@ require File.expand_path('../lib/omniauth/version', __FILE__)
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.add_runtime_dependency 'addressable', '~> 2.2.6' gem.add_runtime_dependency 'addressable', '~> 2.2.6'
gem.add_runtime_dependency 'nokogiri', '~> 1.4.2' gem.add_runtime_dependency 'nokogiri', '~> 1.5.0'
gem.add_runtime_dependency 'net-ldap', '~> 0.2.2' gem.add_runtime_dependency 'net-ldap', '~> 0.2.2'
gem.add_runtime_dependency 'oa-core', OmniAuth::Version::STRING gem.add_runtime_dependency 'oa-core', OmniAuth::Version::STRING
gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.1' gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.1'