bump typhoeus

This commit is contained in:
Benjamin Neff 2016-01-15 23:59:52 +01:00
parent 785677f2a9
commit 960064ee75
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ PATH
faraday (~> 0.9.0)
faraday_middleware (~> 0.10.0)
nokogiri (~> 1.6, >= 1.6.7.1)
typhoeus (~> 0.7)
typhoeus (~> 1.0)
valid (~> 1.0)
diaspora_federation-rails (0.0.11)
diaspora_federation (= 0.0.11)
@ -67,7 +67,7 @@ GEM
diff-lcs (1.2.5)
docile (1.1.5)
erubis (2.7.0)
ethon (0.8.0)
ethon (0.8.1)
ffi (>= 1.3.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
@ -259,7 +259,7 @@ GEM
thor (0.19.1)
thread_safe (0.3.5)
tins (1.6.0)
typhoeus (0.8.0)
typhoeus (1.0.1)
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)

View file

@ -24,6 +24,6 @@ Gem::Specification.new do |s|
s.add_dependency "nokogiri", "~> 1.6", ">= 1.6.7.1"
s.add_dependency "faraday", "~> 0.9.0"
s.add_dependency "faraday_middleware", "~> 0.10.0"
s.add_dependency "typhoeus", "~> 0.7"
s.add_dependency "typhoeus", "~> 1.0"
s.add_dependency "valid", "~> 1.0"
end