Skip to content

Commit

Permalink
Update faraday_middleware and nokogiri to latest versions
Browse files Browse the repository at this point in the history
faraday_middleware      ~> 1.0.0.rc1   =>   ~>1.0.0
nokogiri                         ~> 1.11.0.rc2  =>   ~> 1.11.0.rc3
  • Loading branch information
abrahamparayil authored Nov 14, 2020
1 parent 05ea58a commit 1bcfe3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/azure-storage-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.3.0"

s.add_runtime_dependency('faraday', '~> 1.0')
s.add_runtime_dependency('faraday_middleware', '~> 1.0.0.rc1')
s.add_runtime_dependency('faraday_middleware', '~> 1.0')
s.add_runtime_dependency("net-http-persistent", '~> 4.0')
if RUBY_VERSION < "2.4.0"
s.add_runtime_dependency("nokogiri", "~> 1.10.4")
else
s.add_runtime_dependency("nokogiri", "~> 1.11.0.rc2")
s.add_runtime_dependency("nokogiri", "~> 1.11.0.rc3")
end

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

0 comments on commit 1bcfe3e

Please sign in to comment.