bump typhoeus
This commit is contained in:
parent
5b8fe04d8e
commit
b488901412
2 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ PATH
|
|||
faraday (~> 0.9.0)
|
||||
faraday_middleware (~> 0.10.0)
|
||||
nokogiri (~> 1.6, >= 1.6.6)
|
||||
typhoeus (~> 0.7.0)
|
||||
typhoeus (~> 0.7)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-rails (0.0.7)
|
||||
diaspora_federation (= 0.0.7)
|
||||
|
|
@ -66,7 +66,7 @@ GEM
|
|||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
erubis (2.7.0)
|
||||
ethon (0.7.4)
|
||||
ethon (0.8.0)
|
||||
ffi (>= 1.3.0)
|
||||
factory_girl (4.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
|
@ -255,8 +255,8 @@ GEM
|
|||
terminal-table (1.5.2)
|
||||
thor (0.19.1)
|
||||
thread_safe (0.3.5)
|
||||
typhoeus (0.7.3)
|
||||
ethon (>= 0.7.4)
|
||||
typhoeus (0.8.0)
|
||||
ethon (>= 0.8.0)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
uuid (2.3.8)
|
||||
|
|
|
|||
|
|
@ -23,6 +23,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency "nokogiri", "~> 1.6", ">= 1.6.6"
|
||||
s.add_dependency "faraday", "~> 0.9.0"
|
||||
s.add_dependency "faraday_middleware", "~> 0.10.0"
|
||||
s.add_dependency "typhoeus", "~> 0.7.0"
|
||||
s.add_dependency "typhoeus", "~> 0.7"
|
||||
s.add_dependency "valid", "~> 1.0"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue