Merge pull request #100 from icco/patch-1

Update faraday dependency
This commit is contained in:
hxiong388 2017-07-13 11:27:10 -07:00 committed by GitHub
commit 403debaaa2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.platform = Gem::Platform::RUBY
s.add_dependency 'faraday', '~> 0.9'
s.add_dependency 'faraday', '~> 0.12'
s.add_dependency 'logging', '~> 2.0'
s.add_dependency 'jwt', '~> 1.4'
s.add_dependency 'memoist', '~> 0.12'