Skip to content

Commit

Permalink
feat: support Faraday 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jas14 authored Feb 24, 2020
1 parent 3ce8da4 commit 23d7335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 2.4.0"

gem.add_runtime_dependency "addressable", "~> 2.3"
gem.add_runtime_dependency "faraday", "~> 0.9"
gem.add_runtime_dependency "faraday", ">= 0.17.3", "< 2.0"
gem.add_runtime_dependency "jwt", ">= 1.5", "< 3.0"
gem.add_runtime_dependency "multi_json", "~> 1.10"

Expand Down

0 comments on commit 23d7335

Please sign in to comment.