mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Update multi_xml dependency to version 0.3.0
This commit is contained in:
parent
b8041a817a
commit
abe1d1c9aa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require File.expand_path('../lib/omniauth/version', __FILE__)
|
|||
Gem::Specification.new do |gem|
|
||||
gem.add_dependency 'faraday', '~> 0.7.3'
|
||||
gem.add_dependency 'multi_json', '~> 1.0.0'
|
||||
gem.add_dependency 'multi_xml', '~> 0.2.2'
|
||||
gem.add_dependency 'multi_xml', '~> 0.3.0'
|
||||
gem.add_dependency 'oa-core', OmniAuth::Version::STRING
|
||||
gem.add_dependency 'oauth', '~> 0.4.0'
|
||||
gem.add_dependency 'oauth2', '~> 0.5.0'
|
||||
|
|
Loading…
Reference in a new issue