Skip to content

Commit

Permalink
Merge pull request #12 from yamashush/faraday-dependencies
Browse files Browse the repository at this point in the history
faraday Warning 解消のための依存更新
  • Loading branch information
ttakuru88 committed Apr 9, 2020
2 parents 23ef801 + 456073a commit 85997fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docbase.gemspec
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'faraday', '~> 0.15.2'
spec.add_dependency 'faraday_middleware', '~> 0.12.2'
spec.add_dependency 'faraday', '>= 0.15.2', '< 1.0.0'
spec.add_dependency 'faraday_middleware', '>= 0.12.2', '< 1.0.0'
end

0 comments on commit 85997fd

Please sign in to comment.