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:
parent
f6f7d5ef42
commit
f1d9826149
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require File.expand_path('../lib/omniauth/version', __FILE__)
|
|||
|
||||
Gem::Specification.new do |gem|
|
||||
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 'oa-core', OmniAuth::Version::STRING
|
||||
gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.1'
|
||||
|
|
Loading…
Reference in a new issue