Skip to content

Commit

Permalink
Update Faraday dependency to older, compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-haku committed Feb 10, 2021
1 parent fcdc865 commit 36e2b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avatax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.add_development_dependency('rake', '~> 12.0.0')
s.add_development_dependency('rspec', '~> 3.5.0')
s.add_development_dependency('webmock', '>= 2.0.0')
s.add_runtime_dependency('faraday', '>= 0.10')
s.add_runtime_dependency('faraday_middleware', '>= 0.10')
s.add_runtime_dependency('faraday', '>= 0.8')
s.add_runtime_dependency('faraday_middleware', '>= 0.8')
s.add_runtime_dependency('multi_json', '>= 1.0.3')
s.authors = ["Marcus Vorwaller"]
s.description = %q{A Ruby wrapper for the AvaTax REST and Search APIs}
Expand Down

0 comments on commit 36e2b9d

Please sign in to comment.