Skip to content

Commit

Permalink
Add net-http-persistent dependency to gemspec as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 15, 2020
1 parent 7aa1156 commit 5d4b076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/azure-storage-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency('faraday', '~> 1.0')
s.add_runtime_dependency('faraday_middleware', '~> 1.0.0.rc1')
s.add_runtime_dependency("net-http-persistent", '~> 4.0')
s.add_runtime_dependency("nokogiri", "~> 1.10.4")

s.add_development_dependency("dotenv", "~> 2.0")
Expand Down

0 comments on commit 5d4b076

Please sign in to comment.